mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8009 Missing return values due to default function parameters
This commit is contained in:
@@ -35,8 +35,8 @@ public:
|
||||
|
||||
static bool openEclipseCasesFromFile( const QStringList& fileNames,
|
||||
bool createView,
|
||||
FileCaseIdMap* openedFilesOut = nullptr,
|
||||
bool noDialog = false );
|
||||
FileCaseIdMap* openedFilesOut,
|
||||
bool noDialog );
|
||||
|
||||
static bool openEclipseCaseShowTimeStepFilter( const QString& fileName );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user