(#537) (#515) Showing error messages from LAS file open exceptions

This commit is contained in:
Pål Hagen
2015-09-24 10:08:45 +02:00
parent f15c9973c9
commit 529b68e073
4 changed files with 23 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ public:
void setFileName(const QString& fileName);
QString fileName() const { return m_fileName; }
bool readFile();
bool readFile(QString* errorMessage);
QString wellName() const;
virtual caf::PdmFieldHandle* userDescriptionField() { return &m_name; }