mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved static members to public visibility temporarily
This commit is contained in:
@@ -62,9 +62,11 @@ class PdmDocument: public PdmObjectGroup
|
||||
void readFile(QIODevice* device);
|
||||
void writeFile(QIODevice* device);
|
||||
|
||||
private:
|
||||
// MODTODO is it possible to move this to private?
|
||||
static void updateUiIconStateRecursively(PdmObjectHandle* root);
|
||||
static void initAfterReadTraversal(PdmObjectHandle* root);
|
||||
|
||||
private:
|
||||
static void setupBeforeSaveTraversal(PdmObjectHandle * root);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user