From e68e0261834578b1e6abe28409aa31a20cb8acc1 Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 3 Mar 2008 07:19:55 +0000 Subject: [PATCH] Public access to QwtPlot is removed(it was make temporarily). --- src/Plot2d/Plot2d_ViewFrame.h | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.39.2