mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9620 Pressure/depth data: add user interface.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QString>
|
||||
|
||||
#include <memory>
|
||||
@@ -42,4 +43,5 @@ private:
|
||||
static bool isUnitsLine( const QString& line );
|
||||
|
||||
static std::optional<std::pair<double, double>> parseDataLine( const QString& line );
|
||||
static std::optional<QDateTime> parseDateLine( const QString& line );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user