mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
Fixes by clang-tidy
This commit is contained in:
parent
64bed1d611
commit
19f2ddaaab
@ -95,7 +95,7 @@ void RicSaveMultiPlotTemplateFeature::onActionTriggered( bool isChecked )
|
||||
QFile exportFile( fileName );
|
||||
if ( !exportFile.open( QIODevice::WriteOnly | QIODevice::Text ) )
|
||||
{
|
||||
RiaLogging::errorInMessageBox( NULL,
|
||||
RiaLogging::errorInMessageBox( nullptr,
|
||||
"Save Plot Template",
|
||||
QString( "Could not save to the file: %1" ).arg( fileName ) );
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user