#171 Add support for absolute UNIX paths for fault include files on Windows

This commit is contained in:
Bjørnar Grip Fjær
2017-04-18 11:32:04 +02:00
parent 03ab71f82f
commit b2d3a84862
9 changed files with 45 additions and 14 deletions

View File

@@ -59,6 +59,7 @@ public:
bool isFaultImportEnabled();
bool isImportOfCompleteMswDataEnabled();
bool isNNCsEnabled();
const QString faultIncludeFileAbsolutePathPrefix();
virtual bool open(const QString& fileName, RigEclipseCaseData* eclipseCase) = 0;
virtual void close() = 0;