Move Case file name to the base RimCase class and make consistent

This commit is contained in:
Gaute Lindkvist
2020-02-21 12:07:15 +01:00
parent 169bea818a
commit ae3651ab30
12 changed files with 68 additions and 81 deletions

View File

@@ -55,7 +55,6 @@ public:
// Overrides from RimCase
QString locationOnDisc() const override;
QString gridFileName() const override { return m_gridFileName().path(); }
void updateFilePathsFromProjectPath( const QString& projectPath, const QString& oldProjectPath ) override;
@@ -72,7 +71,6 @@ private:
private:
// Fields
caf::PdmField<caf::FilePath> m_gridFileName;
caf::PdmProxyValueField<std::vector<QString>> m_additionalFiles;
// Obsolete fields