]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Suppress warnings.
authorrnv <rnv@opencascade.com>
Wed, 1 Feb 2012 08:30:45 +0000 (08:30 +0000)
committerrnv <rnv@opencascade.com>
Wed, 1 Feb 2012 08:30:45 +0000 (08:30 +0000)
src/LightApp/LightApp_Plot2dSelector.cxx
src/Plot2d/Plot2d_Curve.cxx
src/Plot2d/Plot2d_PlotItems.cxx

index 88f4f932794874c3ad0200de478c35a1d25fcd0d..a930422af065736351014542f58380cf89ecaeaf 100755 (executable)
@@ -88,4 +88,4 @@ void LightApp_Plot2dSelector::onSelectionChanged( const QString& entry )
 void LightApp_Plot2dSelector::onClearSelected( ) 
 {
        selectionMgr()->clearSelected();
-}
\ No newline at end of file
+}
index 8afc8c1dc85f0f6aeb6c58f4e8c6c2f60867ff8d..ffe10ab5c87ffd06bb1e9cbde73f4ce26ecf871f 100755 (executable)
@@ -360,4 +360,4 @@ double Plot2d_Curve::getMaxY() const
       aMaxY = qMax( aMaxY, coeff);
   }
   return aMaxY;
-}
\ No newline at end of file
+}
index cc91401de1bbef729ea8c1ef0f1ee6ab95ac6f9a..3f96e74864be0cbafa7f83e662d21f529980f69b 100644 (file)
@@ -930,4 +930,4 @@ int Plot2d_HistogramItem::getCrossedTop( const QRect& theRect ) const
     }
   }
   return aRes;
-}
\ No newline at end of file
+}