mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4710 Qt5 : Use QString() instead of QString::null
This commit is contained in:
@@ -260,7 +260,7 @@ QString RifEclipseOutputFileTools::firstFileNameOfType( const QStringList& fileS
|
||||
}
|
||||
}
|
||||
|
||||
return QString::null;
|
||||
return QString();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user