X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fsweeptimingwidget.h;h=5510865eb632f28680883c92f56e5f72682a1378;hp=fc83c2042a289874fb02fd51b883ac95c45b00eb;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/widgets/sweeptimingwidget.h b/pv/widgets/sweeptimingwidget.h index fc83c20..5510865 100644 --- a/pv/widgets/sweeptimingwidget.h +++ b/pv/widgets/sweeptimingwidget.h @@ -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