From 114ccc5e364d43e6dae89a8a61ccb9de129a1828 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 2 Nov 2011 11:06:48 +0000 Subject: [PATCH] Fix compilation warnings --- src/Plot2d/Plot2d_SetupCurveScaleDlg.cxx | 2 +- src/QDS/QDS_SpinBoxDbl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.39.2