X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=eee1d855d072c561e123c935aca1301bb0168c56;hp=333eda2a0a75dfbc02f9c534444d389d42498efa;hb=4e7f5ba834f5bafd9fb5c7a6edb30748b2f93c59;hpb=8b9df0ad2eca9048757cda9207bf1f0e5ad5b978 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 333eda2a..eee1d855 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -58,6 +58,8 @@ public: const char *open_file_name = NULL, QWidget *parent = 0); + void run_stop(); + private: void setup_ui(); @@ -100,8 +102,6 @@ private Q_SLOTS: void add_decoder(srd_decoder *decoder); - void run_stop(); - void capture_state_changed(int state); void device_selected();