diff --git a/src/libtomahawk/GlobalActionManager.h b/src/libtomahawk/GlobalActionManager.h index 043a8a21e..8582f003c 100644 --- a/src/libtomahawk/GlobalActionManager.h +++ b/src/libtomahawk/GlobalActionManager.h @@ -87,7 +87,7 @@ private slots: void playNow( const Tomahawk::query_ptr& ); private: - explicit GlobalActionManager( QObject* parent = 0 ); + explicit GlobalActionManager( QObject* parent = nullptr ); /// handle opening of urls bool handlePlaylistCommand( const QUrl& url );