1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* Style fix in CustomPlaylistView.

This commit is contained in:
Christian Muehlhaeuser 2012-05-31 23:10:52 +02:00
parent fee2f3a01b
commit b14985bf81

View File

@ -103,7 +103,7 @@ void
CustomPlaylistView::tracksGenerated( QList< query_ptr > tracks )
{
bool changed = false;
QList< query_ptr > newTracks = TomahawkUtils::mergePlaylistChanges( m_model->queries(), tracks, changed);
QList< query_ptr > newTracks = TomahawkUtils::mergePlaylistChanges( m_model->queries(), tracks, changed );
if ( !changed )
return;