mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
Do not store scripts in project file
p4#: 20665
This commit is contained in:
parent
c0a578678d
commit
839a617916
@ -35,6 +35,7 @@ RimCalcScript::RimCalcScript()
|
||||
CAF_PDM_InitField(&absolutePath, "AbsolutePath", QString(), "Location", "", "" ,"");
|
||||
CAF_PDM_InitField(&content, "Content", QString(), "Directory", "", "" ,"");
|
||||
content.setUiHidden(true);
|
||||
content.setIOWritable(false);
|
||||
|
||||
absolutePath.setUiEditorTypeName(caf::PdmUiFilePathEditor::uiEditorTypeName());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user