[plasmalnf] Apply coding style

This commit is contained in:
Adriaan de Groot 2021-03-27 15:44:26 +01:00
parent 9c2a26bed5
commit 3c7d97403e

View File

@ -185,7 +185,7 @@ ThemesModel::setThemeImage( const QMap< QString, QString >& images )
QSignalBlocker b( this );
for ( auto k = images.constKeyValueBegin(); k != images.constKeyValueEnd(); ++k )
{
setThemeImage( (*k).first, (*k).second );
setThemeImage( ( *k ).first, ( *k ).second );
}
}
emit dataChanged( index( 0, 0 ), index( m_themes->count() - 1 ), { ImageRole } );