1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Helps to initialize variables to default values

This commit is contained in:
Leo Franchi 2011-09-16 09:25:35 -04:00
parent bbb28032e7
commit 9f0febe402

View File

@ -38,6 +38,7 @@ bool DropJob::s_canParseSpotifyPlaylists = false;
DropJob::DropJob( QObject *parent )
: QObject( parent )
, m_queryCount( 0 )
, m_dropAction( Default )
{
}