mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Helps to initialize variables to default values
This commit is contained in:
@@ -38,6 +38,7 @@ bool DropJob::s_canParseSpotifyPlaylists = false;
|
||||
DropJob::DropJob( QObject *parent )
|
||||
: QObject( parent )
|
||||
, m_queryCount( 0 )
|
||||
, m_dropAction( Default )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user