#4710 Qt5 : Use QString() instead of QString::null

This commit is contained in:
Magne Sjaastad
2019-09-13 10:02:52 +02:00
parent 22e0a17c83
commit 36303aa7bd
4 changed files with 4 additions and 4 deletions

View File

@@ -260,7 +260,7 @@ QString RifEclipseOutputFileTools::firstFileNameOfType( const QStringList& fileS
}
}
return QString::null;
return QString();
}
//--------------------------------------------------------------------------------------------------