[plasmalnf] Apply coding style
This commit is contained in:
parent
9c2a26bed5
commit
3c7d97403e
@ -185,7 +185,7 @@ ThemesModel::setThemeImage( const QMap< QString, QString >& images )
|
|||||||
QSignalBlocker b( this );
|
QSignalBlocker b( this );
|
||||||
for ( auto k = images.constKeyValueBegin(); k != images.constKeyValueEnd(); ++k )
|
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 } );
|
emit dataChanged( index( 0, 0 ), index( m_themes->count() - 1 ), { ImageRole } );
|
||||||
|
Loading…
Reference in New Issue
Block a user