]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Small correction: method should return a value.
authorrnv <rnv@opencascade.com>
Thu, 27 Feb 2014 10:37:21 +0000 (14:37 +0400)
committerrnv <rnv@opencascade.com>
Thu, 27 Feb 2014 10:37:21 +0000 (14:37 +0400)
src/Qtx/QtxDoubleSpinSlider.cxx

index de0f2369ab7cd9a7a68f79401f239b89a80c92c2..3de754387c4ba7d0dae704d74699c6114a958bdf 100644 (file)
@@ -139,7 +139,7 @@ void QtxDoubleSpinSlider::setPrecision( int thePrecision )
 */
 int QtxDoubleSpinSlider::precision()
 {
-  myDoubleSpinBox->getPrecision();
return myDoubleSpinBox->getPrecision();
 }
 
 void QtxDoubleSpinSlider::setUnit( QString& theUnit )