X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=e10d1817f947ecb68387cf2f8bd154a3736050cf;hb=883041605ce8536ece950b1de191cfe71068dfba;hp=c9a8ad2641270d6d0df83f199b88d91939a2c675;hpb=2c5b0f467f467836f2862f5218bbb0f9e8800d30;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index c9a8ad26..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();