From 295f059e19db01169915e3e61f284199a0f1625b Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 29 Jun 2012 03:29:44 +0200 Subject: [PATCH] * No more dragsource.type. --- src/sourcetree/items/CategoryItems.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sourcetree/items/CategoryItems.cpp b/src/sourcetree/items/CategoryItems.cpp index 7ef745226..4ffa4e878 100644 --- a/src/sourcetree/items/CategoryItems.cpp +++ b/src/sourcetree/items/CategoryItems.cpp @@ -234,8 +234,6 @@ CategoryAddItem::dropMimeData( const QMimeData* data, Qt::DropAction ) // Create a new playlist seeded with these items DropJob *dj = new DropJob(); - if ( data->hasFormat( "application/tomahawk.dragsource.type" ) ) - dj->setProperty( "dragsource", QString::fromUtf8( data->data( "application/tomahawk.dragsource.type" ) ) ); connect( dj, SIGNAL( tracks( QList< Tomahawk::query_ptr > ) ), this, SLOT( parsedDroppedTracks( QList< Tomahawk::query_ptr > ) ), Qt::QueuedConnection ); if ( dropType() == DropTypeAllFromArtist )