X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=d2653d26952c51f5078a18a17695deab5cfb01fe;hp=9ba532bf6cc8fc3e15a23efd826d36515ebd6383;hb=763945bb95fb3f5871d8b8241c8d9db2f0f66d4c;hpb=45cb64fff7ebf16381bb567e33c22a9ff6f78cd8 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 9ba532bf..d2653d26 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -130,6 +130,8 @@ private Q_SLOTS: void on_actionAbout_triggered(); + void on_close_current_tab(); + private: DeviceManager &device_manager_; @@ -154,6 +156,8 @@ private: QIcon icon_grey_; QShortcut *run_stop_shortcut_; + QShortcut *close_application_shortcut_; + QShortcut *close_current_tab_shortcut_; }; } // namespace pv