Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / prop / bool.h
index 0d8e205e87a682976b417e3b796fc7ca0e16eb9f..d7f8877bced90d5067b88923b30544be2c622372 100644 (file)
@@ -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