(#791) Update well path filename if project file is relocated

This commit is contained in:
Magne Sjaastad
2016-06-29 16:09:27 +02:00
parent 124585b96a
commit e730e5bf9f
5 changed files with 17 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ public:
RivWellPathPartMgr* partMgr();
bool readWellPathFile(QString * errorMessage, RifWellPathAsciiFileReader* asciiReader);
void updateFilePathsFromProjectPath();
void updateFilePathsFromProjectPath(const QString& newProjectPath, const QString& oldProjectPath);