From: nds Date: Mon, 3 Mar 2008 07:19:55 +0000 (+0000) Subject: Public access to QwtPlot is removed(it was make temporarily). X-Git-Tag: TG_ACHERON_2008-04-13~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e68e0261834578b1e6abe28409aa31a20cb8acc1;p=modules%2Fgui.git Public access to QwtPlot is removed(it was make temporarily). --- diff --git a/src/Plot2d/Plot2d_ViewFrame.h b/src/Plot2d/Plot2d_ViewFrame.h index ec0d66ab0..755592506 100755 --- a/src/Plot2d/Plot2d_ViewFrame.h +++ b/src/Plot2d/Plot2d_ViewFrame.h @@ -131,8 +131,6 @@ public: void incrementalPan ( const int incrX, const int incrY ); void incrementalZoom( const int incrX, const int incrY ); - Plot2d_Plot2d* getPlot() const; - protected: int testOperation( const QMouseEvent& ); void readPreferences();