1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

* Added helpful comment.

This commit is contained in:
Christian Muehlhaeuser
2013-09-04 18:56:12 +02:00
parent 1e0eff1977
commit 2ae76ba33f

View File

@@ -537,6 +537,8 @@ TrackView::dropEvent( QDropEvent* event )
} }
else if ( event->source() != this ) else if ( event->source() != this )
{ {
// This code shouldn't be required when the PlayableModel properly accepts the incoming drop.
// If we remove it, the queue for some reason doesn't accept the drops yet, though.
if ( DropJob::acceptsMimeData( event->mimeData() ) ) if ( DropJob::acceptsMimeData( event->mimeData() ) )
{ {
const QPoint pos = event->pos(); const QPoint pos = event->pos();