mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Transformed static functions from ViewLinker to dynamic functions in RimView
This commit is contained in:
@@ -78,11 +78,6 @@ public:
|
||||
public:
|
||||
static QString displayNameForView(RimView* view);
|
||||
|
||||
// Move to RimView and make nonstatic
|
||||
static RimViewController* viewLinkForView(const RimView* view);
|
||||
static RimViewLinker* viewLinkerIfMainView(RimView* view);
|
||||
static RimViewLinker* viewLinkerForMainOrControlledView(RimView* view);
|
||||
|
||||
protected:
|
||||
virtual caf::PdmFieldHandle* userDescriptionField() { return &m_name; }
|
||||
virtual void initAfterRead();
|
||||
|
||||
Reference in New Issue
Block a user