mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#537) Showing error message box if opening a LAS file fails
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user