#5026 Fix summary plot closing crash

This commit is contained in:
Gaute Lindkvist
2019-11-13 10:32:38 +01:00
parent f8468dc7a6
commit aa40816f49
7 changed files with 10 additions and 47 deletions

View File

@@ -32,7 +32,7 @@ class RimPlotWindow : public RimViewWindow
public:
RimPlotWindow();
~RimPlotWindow();
~RimPlotWindow() override;
RimPlotWindow& operator=( RimPlotWindow&& rhs );
@@ -49,7 +49,6 @@ public:
int legendFontSize() const;
void setLegendFontSize( int fontSize );
virtual void detachAllCurves() = 0;
virtual void handleKeyPressEvent( QKeyEvent* keyEvent ) {}
virtual void updateLayout() = 0;