mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +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->setPixmap( pixmap );
|
||||||
drag->setHotSpot( QPoint( -20, -20 ) );
|
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