From b602c6de5baf3acc7eda9067e2ffebe86ef424c8 Mon Sep 17 00:00:00 2001 From: ouv Date: Mon, 7 Sep 2015 18:39:49 +0300 Subject: [PATCH] Virtual method Plot2d_ViewWindow::dumpView() made public (as in the parent class SUIT_ViewWindow). --- src/Plot2d/Plot2d_ViewWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plot2d/Plot2d_ViewWindow.h b/src/Plot2d/Plot2d_ViewWindow.h index b0a1f0835..8d3a8d5a3 100755 --- a/src/Plot2d/Plot2d_ViewWindow.h +++ b/src/Plot2d/Plot2d_ViewWindow.h @@ -73,6 +73,7 @@ public: virtual void setVisualParameters( const QString& ); virtual void RefreshDumpImage(); + virtual QImage dumpView(); public slots: void onChangeHorMode(); @@ -94,7 +95,6 @@ public slots: void onPrintView(); protected: - virtual QImage dumpView(); virtual bool dumpViewToFormat( const QImage&, const QString&, const QString& ); -- 2.39.2