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:
parent
1e0eff1977
commit
2ae76ba33f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user