1
0
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:
Christian Muehlhaeuser
2011-09-06 08:13:47 +02:00
parent 7547250631
commit ac99970bd4

View File

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