Made guiroot a child of datamodel

This commit is contained in:
andreja6
2018-05-01 21:00:46 -07:00
parent 57b407c894
commit 3ee06b6c62
3 changed files with 53 additions and 45 deletions

View File

@@ -9,4 +9,5 @@ public:
DataModelInstance(void);
~DataModelInstance(void);
WorkspaceInstance* getWorkspace();
Instance* getGuiRoot();
};