mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5026 Fix summary plot closing crash
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user