Refactor: Rename method name.

This commit is contained in:
Kristian Bendiksen
2024-05-27 14:48:28 +02:00
parent 6e1289507f
commit 74ba0c8b8c
13 changed files with 27 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ public:
QString wellName() const override;
RigWellLogLasFile* wellLogFileData() override { return m_wellLogDataFile.p(); }
RigWellLogLasFile* wellLogData() override { return m_wellLogDataFile.p(); }
bool hasFlowData() const;