X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Ftoolbars%2Fsamplingbar.h;h=e4aa40d48a869e59c557ebd187fef13a0dab8df8;hp=039e4e41192e781dc4ddeff35503928c84d2b043;hb=b7b659aa72851df2d34d4c1e5fd5636fbd9176d1;hpb=aca00b1e0d3483926c53dfd856483a397f1c29a5 diff --git a/pv/toolbars/samplingbar.h b/pv/toolbars/samplingbar.h index 039e4e4..e4aa40d 100644 --- a/pv/toolbars/samplingbar.h +++ b/pv/toolbars/samplingbar.h @@ -80,9 +80,12 @@ private: SigSession &_session; QComboBox _device_selector; + bool _updating_device_selector; pv::widgets::PopupToolButton _configure_button; + pv::widgets::PopupToolButton _probes_button; + pv::popups::Probes _probes_popup; QComboBox _record_length_selector;