modernize: Use nullptr
[quassel.git] / src / core / sqlauthenticator.h
index 79b204f..2b79ef0 100644 (file)
@@ -27,7 +27,7 @@ class SqlAuthenticator : public Authenticator
     Q_OBJECT
 
 public:
-    SqlAuthenticator(QObject *parent = 0);
+    SqlAuthenticator(QObject *parent = nullptr);
     virtual ~SqlAuthenticator();
 
 public slots: