1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Proper append drop job type for playlist drops

This commit is contained in:
Leo Franchi
2011-10-02 21:22:42 -04:00
parent 46a73566f5
commit 9904367106

View File

@@ -183,6 +183,7 @@ PlaylistItem::dropMimeData( const QMimeData* data, Qt::DropAction action )
DropJob *dj = new DropJob();
dj->setDropTypes( DropJob::Track );
dj->setDropAction( DropJob::Append );
connect( dj, SIGNAL( tracks( QList< Tomahawk::query_ptr > ) ), this, SLOT( parsedDroppedTracks( QList< Tomahawk::query_ptr > ) ) );