X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Ftoolbars%2Fsamplingbar.h;h=d24534bef185867883ec9657b5360011b1bafebb;hb=84b1b7d28acc52214940ac94a84943cf9e9685fa;hp=3502e25b8fa6655d3a1f8dff83a12a29f7422ac8;hpb=f4c92e1c49680738bde7d5fa08153fa914ac2920;p=pulseview.git diff --git a/pv/toolbars/samplingbar.h b/pv/toolbars/samplingbar.h index 3502e25..d24534b 100644 --- a/pv/toolbars/samplingbar.h +++ b/pv/toolbars/samplingbar.h @@ -57,6 +57,8 @@ public: void set_sampling(bool sampling); signals: + void device_selected(); + void run_stop(); private: @@ -67,7 +69,8 @@ private: private slots: void on_device_selected(); void on_sample_rate_changed(); - void configure(); + void on_configure(); + void on_run_stop(); private: QComboBox _device_selector;