diff --git a/src/libtomahawk/database/DatabaseCommand.h b/src/libtomahawk/database/DatabaseCommand.h index ce5ef927f..06b1cf2eb 100644 --- a/src/libtomahawk/database/DatabaseCommand.h +++ b/src/libtomahawk/database/DatabaseCommand.h @@ -45,8 +45,8 @@ public: FINISHED = 2 }; - explicit DatabaseCommand( QObject* parent = 0 ); - explicit DatabaseCommand( const Tomahawk::source_ptr& src, QObject* parent = 0 ); + explicit DatabaseCommand( QObject* parent = nullptr ); + explicit DatabaseCommand( const Tomahawk::source_ptr& src, QObject* parent = nullptr ); DatabaseCommand( const DatabaseCommand &other ); //needed for QMetaType