mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
* Get rid of compiler warning.
This commit is contained in:
@@ -212,5 +212,5 @@ AlbumView::startDrag( Qt::DropActions supportedActions )
|
|||||||
drag->setPixmap( p );
|
drag->setPixmap( p );
|
||||||
drag->setHotSpot( QPoint( -20, -20 ) );
|
drag->setHotSpot( QPoint( -20, -20 ) );
|
||||||
|
|
||||||
Qt::DropAction action = drag->exec( supportedActions, Qt::CopyAction );
|
/* Qt::DropAction action = */ drag->exec( supportedActions, Qt::CopyAction );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user