mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
* Style fixes.
This commit is contained in:
@@ -657,7 +657,6 @@ Playlist::addEntries( const QList<query_ptr>& queries, const QString& oldrev )
|
|||||||
QString newrev = uuid();
|
QString newrev = uuid();
|
||||||
createNewRevision( newrev, oldrev, el );
|
createNewRevision( newrev, oldrev, el );
|
||||||
|
|
||||||
|
|
||||||
// We are appending at end, so notify listeners.
|
// We are appending at end, so notify listeners.
|
||||||
// PlaylistModel also emits during appends, but since we call
|
// PlaylistModel also emits during appends, but since we call
|
||||||
// createNewRevision, it reloads instead of appends.
|
// createNewRevision, it reloads instead of appends.
|
||||||
|
Reference in New Issue
Block a user