Fixes by clang-tidy

This commit is contained in:
magnesj 2022-05-01 01:53:18 +00:00 committed by Magne Sjaastad
parent 64bed1d611
commit 19f2ddaaab

View File

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