mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
C++11 style fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user