mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Get rid of compiler warning.
This commit is contained in:
parent
7547250631
commit
ac99970bd4
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user