1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-18 23:09:42 +01:00

C++11 style fixes

This commit is contained in:
Uwe L. Korn 2014-10-27 16:42:52 +01:00
parent 49248d3221
commit b358edbed2

View File

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