1
0
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:
Uwe L. Korn 2014-05-28 17:36:03 +01:00
parent c22ebed8e1
commit a014cadcd2

View File

@ -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 );
}