mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 04:00:57 -06:00
Moved static members to public visibility temporarily
This commit is contained in:
parent
93654de7d7
commit
97c5091d71
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user