X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=e10d1817f947ecb68387cf2f8bd154a3736050cf;hb=3ce5dd9a981d128085dc5ea507dd7157a87be4cb;hp=5808a2f289c711d82f4a0fb08323674b499c3f97;hpb=f1e9295aa5b9ff538c30b7c799a9c6b0efbfca3b;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 5808a2f2..e10d1817 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -115,6 +115,9 @@ private: virtual bool restoreState(const QByteArray &state, int version = 0); +public Q_SLOTS: + void on_run_stop_clicked(); + private Q_SLOTS: void on_add_view(ViewType type, Session *session); @@ -122,7 +125,6 @@ private Q_SLOTS: void on_focused_session_changed(shared_ptr session); void on_new_session_clicked(); - void on_run_stop_clicked(); void on_settings_clicked(); void on_session_name_changed(); @@ -145,9 +147,6 @@ private Q_SLOTS: void on_close_current_tab(); -public Q_SLOTS: - void on_external_trigger(); - private: DeviceManager &device_manager_;