#8009 Missing return values due to default function parameters

This commit is contained in:
Magne Sjaastad
2021-09-15 10:33:28 +02:00
parent 6ab8d59283
commit 0bfa6ae2d1
3 changed files with 8 additions and 4 deletions

View File

@@ -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 );