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:
parent
cea780b85b
commit
d901f0ba86
@ -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 )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user