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