#9630 Fix import of well data from SSIHUB

This commit is contained in:
Magne Sjaastad
2023-01-06 14:56:41 +01:00
committed by GitHub
parent fe181ed60e
commit f46516ac85
5 changed files with 87 additions and 27 deletions

View File

@@ -29,6 +29,11 @@ class JsonReader
{
public:
QMap<QString, QVariant> decodeFile( QString filePath );
// Get a variant list from a map
static QVariantList getVariantList( const QMap<QString, QVariant>& map );
static QString rootKeyText();
};
class Json