mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Move Case file name to the base RimCase class and make consistent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user