mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux build fixes
This commit is contained in:
parent
47a559b3a8
commit
ee5935aad6
@ -2070,7 +2070,7 @@ bool RiaApplication::openFile(const QString& fileName)
|
||||
}
|
||||
else if ( fileType & RiaDefines::ANY_ECLIPSE_FILE)
|
||||
{
|
||||
loadingSucceded = RicImportGeneralDataFeature::openEclipseFilesFromFileNames({ fileName });
|
||||
loadingSucceded = RicImportGeneralDataFeature::openEclipseFilesFromFileNames(QStringList{ fileName });
|
||||
if (loadingSucceded)
|
||||
{
|
||||
lastUsedDialogTag = RiaDefines::defaultDirectoryLabel(fileType);
|
||||
|
Loading…
Reference in New Issue
Block a user