mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Proper append drop job type for playlist drops
This commit is contained in:
parent
46a73566f5
commit
9904367106
@ -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 > ) ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user