mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Use nullptr instead of 0
This commit is contained in:
@@ -87,7 +87,7 @@ private slots:
|
|||||||
void playNow( const Tomahawk::query_ptr& );
|
void playNow( const Tomahawk::query_ptr& );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
explicit GlobalActionManager( QObject* parent = 0 );
|
explicit GlobalActionManager( QObject* parent = nullptr );
|
||||||
|
|
||||||
/// handle opening of urls
|
/// handle opening of urls
|
||||||
bool handlePlaylistCommand( const QUrl& url );
|
bool handlePlaylistCommand( const QUrl& url );
|
||||||
|
Reference in New Issue
Block a user