1
0
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:
Uwe L. Korn
2014-11-01 22:24:47 +01:00
parent 665a3e97a5
commit 21df2a2775

View File

@@ -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 );