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:
parent
fee2f3a01b
commit
b14985bf81
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user