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:
parent
bbb28032e7
commit
9f0febe402
@ -38,6 +38,7 @@ bool DropJob::s_canParseSpotifyPlaylists = false;
|
||||
DropJob::DropJob( QObject *parent )
|
||||
: QObject( parent )
|
||||
, m_queryCount( 0 )
|
||||
, m_dropAction( Default )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user