mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#739 Added a common base class to represent and handle ViewWindows
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#include <QPointer>
|
||||
#include "RimDefines.h"
|
||||
|
||||
#include "RimViewWindow.h"
|
||||
|
||||
class RiuWellLogPlot;
|
||||
class RimWellLogTrack;
|
||||
|
||||
@@ -35,7 +37,7 @@ class RimWellLogTrack;
|
||||
///
|
||||
///
|
||||
//==================================================================================================
|
||||
class RimWellLogPlot : public caf::PdmObject
|
||||
class RimWellLogPlot : public RimViewWindow
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
|
Reference in New Issue
Block a user