mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Result of drag->exec is not used
This commit is contained in:
parent
c22ebed8e1
commit
a014cadcd2
@ -159,7 +159,7 @@ PlayableCover::mouseMoveEvent( QMouseEvent* event )
|
||||
drag->setPixmap( pixmap );
|
||||
drag->setHotSpot( QPoint( -20, -20 ) );
|
||||
|
||||
Qt::DropAction action = drag->exec( Qt::CopyAction, Qt::CopyAction );
|
||||
drag->exec( Qt::CopyAction, Qt::CopyAction );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user