modernize: Use nullptr
[quassel.git] / src / core / ldapauthenticator.h
index 1b0b639..c46b76c 100644 (file)
@@ -50,7 +50,7 @@ class LdapAuthenticator : public Authenticator
     Q_OBJECT
 
 public:
-    LdapAuthenticator(QObject *parent = 0);
+    LdapAuthenticator(QObject *parent = nullptr);
     ~LdapAuthenticator() override;
 
 public slots: