Fixes by clang-tidy

This commit is contained in:
magnesj
2022-05-02 07:12:34 +02:00
committed by Magne Sjaastad
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;