]> sigrok.org Git - pulseview.git/blobdiff - pv/mainwindow.hpp
SamplingBar: Added reference to MainWindow for run_stop
[pulseview.git] / pv / mainwindow.hpp
index 333eda2a0a75dfbc02f9c534444d389d42498efa..eee1d855d072c561e123c935aca1301bb0168c56 100644 (file)
@@ -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();