X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;fp=pv%2Fmainwindow.hpp;h=e10d1817f947ecb68387cf2f8bd154a3736050cf;hp=5808a2f289c711d82f4a0fb08323674b499c3f97;hb=ab10caf9278808284c922f8df58a1cc9165d6501;hpb=f1e9295aa5b9ff538c30b7c799a9c6b0efbfca3b 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_;