Extract path from document file name in RimProject

p4#: 21160
This commit is contained in:
Magne Sjaastad
2013-04-08 08:44:33 +02:00
parent b9ed45af2c
commit 4ae9182fc6
4 changed files with 15 additions and 18 deletions

View File

@@ -55,7 +55,5 @@ protected:
virtual void initAfterRead();
private:
QString projectPath() const;
cvf::ref<RifReaderInterface> createMockModel(QString modelName);
};