#4285 Octave : Rename to absoluteFileName

This commit is contained in:
Magne Sjaastad
2019-04-04 21:18:20 +02:00
parent b8ff8a2de8
commit fd774bec39
8 changed files with 11 additions and 11 deletions

View File

@@ -33,6 +33,6 @@ public:
RimCalcScript();
~RimCalcScript() override;
caf::PdmField<QString> absolutePath;
caf::PdmField<QString> absoluteFileName;
caf::PdmField<QString> content; // TODO: Obsolete field, can be deleted on next project file revision.
};