mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Style fix in CustomPlaylistView.
This commit is contained in:
@@ -103,7 +103,7 @@ void
|
|||||||
CustomPlaylistView::tracksGenerated( QList< query_ptr > tracks )
|
CustomPlaylistView::tracksGenerated( QList< query_ptr > tracks )
|
||||||
{
|
{
|
||||||
bool changed = false;
|
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 )
|
if ( !changed )
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user