From: imn Date: Mon, 13 Apr 2015 08:19:50 +0000 (+0300) Subject: INT PAL 0052656: Plot2D Viewer: add possibility to change curve type of analytical... X-Git-Tag: V7_6_0b1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2993c6c7cddc9b2e9ad15061bee1884921afd919;p=modules%2Fgui.git INT PAL 0052656: Plot2D Viewer: add possibility to change curve type of analytical curves (edited) --- diff --git a/src/Plot2d/Plot2d_AnalyticalCurve.h b/src/Plot2d/Plot2d_AnalyticalCurve.h index 8d7d0e56a..a2c14d0e7 100755 --- a/src/Plot2d/Plot2d_AnalyticalCurve.h +++ b/src/Plot2d/Plot2d_AnalyticalCurve.h @@ -132,7 +132,7 @@ protected: QString myName; int myAction; int myState; - QwtPlotCurve* myCurve; + QwtPlotCurve* myCurve; bool myActive; bool myIsSelected;