1
0
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:
Uwe L. Korn
2014-09-17 22:17:51 +01:00
parent 80b9bfaf19
commit 5c39e40364

View File

@@ -33,7 +33,7 @@ class ACLRegistryImpl : public ACLRegistry
public:
ACLRegistryImpl( QObject *parent = 0 );
ACLRegistryImpl( QObject *parent = nullptr );
virtual ~ACLRegistryImpl();
public slots: