X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fprobes.h;h=b5eda58f3d9f5dd2c53a2286f4daa133765020b4;hp=8a1fdd5753efa60a3cb6b89f7eef71efb9b962c4;hb=b7b659aa72851df2d34d4c1e5fd5636fbd9176d1;hpb=95237c18d988245fd5f484b70a481891982f5f37 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;