mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor: Centralized generation of path to storage of wellpaths from SSIHUB
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
||||
int wellPathIndexInFile() const; // -1 means none.
|
||||
void setWellPathIndexInFile( int index );
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath ) override;
|
||||
static QString getCacheDirectoryPath();
|
||||
|
||||
private:
|
||||
QString surveyType()
|
||||
@@ -41,7 +42,6 @@ private:
|
||||
void setSurveyType( QString surveyType );
|
||||
bool isStoredInCache();
|
||||
QString getCacheFileName();
|
||||
QString getCacheDirectoryPath();
|
||||
|
||||
void setupBeforeSave() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user