(#537) Showing error message box if opening a LAS file fails

This commit is contained in:
Pål Hagen
2015-09-24 09:37:26 +02:00
parent 71e74599ff
commit 5d18209e26
4 changed files with 28 additions and 4 deletions

View File

@@ -43,7 +43,9 @@ public:
RimWellLogFile();
virtual ~RimWellLogFile();
void setFileName(const QString& fileName);
void setFileName(const QString& fileName);
QString fileName() const { return m_fileName; }
bool readFile();
QString wellName() const;