1
0
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:
Christian Muehlhaeuser
2014-09-26 11:27:59 +02:00
parent 887cd9dacb
commit 80b57711ba

View File

@@ -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 )