mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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->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