modernize: Use 'while(true)' instead of 'while(1)'
[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: