X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_SpinBox.h;h=3b92c409f63f79e1471cb578e5b2130f03864cc7;hb=845309d9194395babe18cf4fa92cc958879e0b5d;hp=aa757ee632c5bd0313cbb8538c1bd9b32b890745;hpb=da4a6470bed34fd5485c14f64f6e4e4b407c2f8e;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SpinBox.h b/src/SMESHGUI/SMESHGUI_SpinBox.h index aa757ee63..3b92c409f 100644 --- a/src/SMESHGUI/SMESHGUI_SpinBox.h +++ b/src/SMESHGUI/SMESHGUI_SpinBox.h @@ -54,12 +54,11 @@ public: void RangeStepAndValidator( double = -1000000.0, double = +1000000.0, double = 100.0, - unsigned short = 3 ); + const char* = "length_precision" ); void SetValue( double ); double GetValue() const; QString GetString() const; QLineEdit* editor() const; - QDoubleValidator* validator() const; public slots: void SetStep( double );