1
0
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:
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->setHotSpot( QPoint( -20, -20 ) );
Qt::DropAction action = drag->exec( supportedActions, Qt::CopyAction );
/* Qt::DropAction action = */ drag->exec( supportedActions, Qt::CopyAction );
}