X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fpopups%2Fprobes.h;h=b5eda58f3d9f5dd2c53a2286f4daa133765020b4;hb=b7b659aa72851df2d34d4c1e5fd5636fbd9176d1;hp=8a1fdd5753efa60a3cb6b89f7eef71efb9b962c4;hpb=aca00b1e0d3483926c53dfd856483a397f1c29a5;p=pulseview.git diff --git a/pv/popups/probes.h b/pv/popups/probes.h index 8a1fdd5..b5eda58 100644 --- a/pv/popups/probes.h +++ b/pv/popups/probes.h @@ -44,6 +44,9 @@ public: private: void set_all_probes(bool set); +private: + void showEvent(QShowEvent *e); + private slots: void item_changed(QListWidgetItem *item); @@ -56,6 +59,8 @@ private: QVBoxLayout _layout; QListWidget _probes; + bool _updating_probes; + QToolBar _probes_bar; QToolButton _enable_all_probes; QToolButton _disable_all_probes;