mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
Use nullptr instead of 0
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user