X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fdouble.h;h=dc4c6ec9c0de86e8d4f28b3cdf715fb9d2a23c12;hp=0dd0ba373dd12b1f9e7e27e03264eb826f7bd1c8;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/prop/double.h b/pv/prop/double.h index 0dd0ba3..dc4c6ec 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