From: rnv Date: Wed, 1 Feb 2012 08:30:45 +0000 (+0000) Subject: Suppress warnings. X-Git-Tag: V6_5_0a1~65 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9f84e61137dbec7a25ef0a2aceb3cd78fddde5e3;p=modules%2Fgui.git Suppress warnings. --- diff --git a/src/LightApp/LightApp_Plot2dSelector.cxx b/src/LightApp/LightApp_Plot2dSelector.cxx index 88f4f9327..a930422af 100755 --- a/src/LightApp/LightApp_Plot2dSelector.cxx +++ b/src/LightApp/LightApp_Plot2dSelector.cxx @@ -88,4 +88,4 @@ void LightApp_Plot2dSelector::onSelectionChanged( const QString& entry ) void LightApp_Plot2dSelector::onClearSelected( ) { selectionMgr()->clearSelected(); -} \ No newline at end of file +} diff --git a/src/Plot2d/Plot2d_Curve.cxx b/src/Plot2d/Plot2d_Curve.cxx index 8afc8c1dc..ffe10ab5c 100755 --- a/src/Plot2d/Plot2d_Curve.cxx +++ b/src/Plot2d/Plot2d_Curve.cxx @@ -360,4 +360,4 @@ double Plot2d_Curve::getMaxY() const aMaxY = qMax( aMaxY, coeff); } return aMaxY; -} \ No newline at end of file +} diff --git a/src/Plot2d/Plot2d_PlotItems.cxx b/src/Plot2d/Plot2d_PlotItems.cxx index cc91401de..3f96e7486 100644 --- a/src/Plot2d/Plot2d_PlotItems.cxx +++ b/src/Plot2d/Plot2d_PlotItems.cxx @@ -930,4 +930,4 @@ int Plot2d_HistogramItem::getCrossedTop( const QRect& theRect ) const } } return aRes; -} \ No newline at end of file +}