1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

* Fixed silly compiler warning.

This commit is contained in:
Christian Muehlhaeuser 2011-09-28 00:05:44 +02:00
parent cea780b85b
commit d901f0ba86

View File

@ -38,11 +38,11 @@ bool DropJob::s_canParseSpotifyPlaylists = false;
DropJob::DropJob( QObject *parent )
: QObject( parent )
, m_queryCount( 0 )
, m_dropAction( Default )
, m_onlyLocal( false )
, m_getWholeArtists( false )
, m_getWholeAlbums( false )
, m_top10( false )
, m_dropAction( Default )
{
}