mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Result of drag->exec is not used
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user