X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Ftoolbars%2Fsamplingbar.h;h=d24534bef185867883ec9657b5360011b1bafebb;hb=84b1b7d28acc52214940ac94a84943cf9e9685fa;hp=d7ad4f2f604107c50b783ab22cb6e545826f11cc;hpb=6374d2f8a360e9ca7670d437fc783f8086de1d08;p=pulseview.git diff --git a/pv/toolbars/samplingbar.h b/pv/toolbars/samplingbar.h index d7ad4f2..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: @@ -68,6 +70,7 @@ private slots: void on_device_selected(); void on_sample_rate_changed(); void on_configure(); + void on_run_stop(); private: QComboBox _device_selector;