X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fdouble.h;h=dc4c6ec9c0de86e8d4f28b3cdf715fb9d2a23c12;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=0dd0ba373dd12b1f9e7e27e03264eb826f7bd1c8;hpb=e9213170687cf4afd14e20acdc690ff9381d94ae;p=pulseview.git diff --git a/pv/prop/double.h b/pv/prop/double.h index 0dd0ba37..dc4c6ec9 100644 --- a/pv/prop/double.h +++ b/pv/prop/double.h @@ -53,12 +53,12 @@ private Q_SLOTS: void on_value_changed(double); private: - const int _decimals; - const QString _suffix; - const boost::optional< std::pair > _range; - const boost::optional _step; + const int decimals_; + const QString suffix_; + const boost::optional< std::pair > range_; + const boost::optional step_; - QDoubleSpinBox *_spin_box; + QDoubleSpinBox *spin_box_; }; } // prop