mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
* Make sure m_failed is always initialized.
This commit is contained in:
@@ -42,6 +42,7 @@ Q_PROPERTY( bool metadataUpdate READ metadataUpdate WRITE setMetadataUpdat
|
||||
public:
|
||||
explicit DatabaseCommand_SetPlaylistRevision( QObject* parent = 0 )
|
||||
: DatabaseCommandLoggable( parent )
|
||||
, m_failed( false )
|
||||
, m_applied( false )
|
||||
, m_localOnly( false )
|
||||
, m_metadataUpdate( false )
|
||||
|
Reference in New Issue
Block a user