X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbool.h;h=d7f8877bced90d5067b88923b30544be2c622372;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=0d8e205e87a682976b417e3b796fc7ca0e16eb9f;hpb=b1fe148e0dce6e369c9d4770ca935a6a9ec94b59;p=pulseview.git diff --git a/pv/prop/bool.h b/pv/prop/bool.h index 0d8e205..d7f8877 100644 --- a/pv/prop/bool.h +++ b/pv/prop/bool.h @@ -42,11 +42,11 @@ public: void commit(); -private slots: +private Q_SLOTS: void on_state_changed(int); private: - QCheckBox *_check_box; + QCheckBox *check_box_; }; } // prop