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:
parent
49248d3221
commit
b358edbed2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user