mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
Use nullptr instead of 0
This commit is contained in:
@@ -33,7 +33,7 @@ class ACLRegistryImpl : public ACLRegistry
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
ACLRegistryImpl( QObject *parent = 0 );
|
ACLRegistryImpl( QObject *parent = nullptr );
|
||||||
virtual ~ACLRegistryImpl();
|
virtual ~ACLRegistryImpl();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
Reference in New Issue
Block a user