mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved static method to the class where it belongs (more than it did).
This commit is contained in:
@@ -43,6 +43,9 @@ public:
|
||||
RimWellLogFile();
|
||||
virtual ~RimWellLogFile();
|
||||
|
||||
static RimWellLogFile* readWellLogFile(const QString& logFilePath);
|
||||
|
||||
|
||||
void setFileName(const QString& fileName);
|
||||
QString fileName() const { return m_fileName; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user