mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1380 Major refactor of the management of views to fix the active view problem. Expect some trouble following this.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#pragma once
|
||||
|
||||
class RimViewWindow;
|
||||
class QWidget;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -29,5 +30,6 @@ class RiuInterfaceToViewWindow
|
||||
{
|
||||
public:
|
||||
virtual RimViewWindow* ownerViewWindow() const = 0;
|
||||
static RimViewWindow* viewWindowFromWidget( QWidget* possibleViewWindowWidget);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user