From: vsr Date: Wed, 2 Nov 2011 11:06:48 +0000 (+0000) Subject: Fix compilation warnings X-Git-Tag: V6_4_0b1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=114ccc5e364d43e6dae89a8a61ccb9de129a1828;p=modules%2Fgui.git Fix compilation warnings --- diff --git a/src/Plot2d/Plot2d_SetupCurveScaleDlg.cxx b/src/Plot2d/Plot2d_SetupCurveScaleDlg.cxx index 903af1a38..1fb1403ad 100755 --- a/src/Plot2d/Plot2d_SetupCurveScaleDlg.cxx +++ b/src/Plot2d/Plot2d_SetupCurveScaleDlg.cxx @@ -135,4 +135,4 @@ double Plot2d_SetupCurveScaleDlg::getScale() const void Plot2d_SetupCurveScaleDlg::setUndefinedValue() { myValueSpin->setCleared(true); myValueSpin->setSpecialValueText(""); -} \ No newline at end of file +} diff --git a/src/QDS/QDS_SpinBoxDbl.cxx b/src/QDS/QDS_SpinBoxDbl.cxx index fd135a4f9..84bec04d3 100644 --- a/src/QDS/QDS_SpinBoxDbl.cxx +++ b/src/QDS/QDS_SpinBoxDbl.cxx @@ -195,4 +195,4 @@ void QDS_SpinBoxDbl::unitSystemChanged( const QString& system ) sb->setSingleStep( .1 ); sb->setMinimum( minValue().isEmpty() ? -DBL_MAX : minValue().toDouble() ); sb->setMaximum( maxValue().isEmpty() ? DBL_MAX : maxValue().toDouble() ); -} \ No newline at end of file +}