1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 15:31:59 +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 )
{
// 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() ) )
{
const QPoint pos = event->pos();