]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/sweeptimingwidget.h
Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / widgets / sweeptimingwidget.h
index fc83c2042a289874fb02fd51b883ac95c45b00eb..5510865eb632f28680883c92f56e5f72682a1378 100644 (file)
@@ -59,14 +59,14 @@ Q_SIGNALS:
        void value_changed();
 
 private:
-       const char *const _suffix;
+       const char *const suffix_;
 
-       QHBoxLayout _layout;
+       QHBoxLayout layout_;
 
-       QDoubleSpinBox _value;
-       QComboBox _list;
+       QDoubleSpinBox value_;
+       QComboBox list_;
 
-       ValueType _value_type;
+       ValueType value_type_;
 };
 
 } // widgets