modernize: Use nullptr
[quassel.git] / src / core / oidentdconfiggenerator.h
index 7e13d58..c0d375b 100644 (file)
@@ -54,7 +54,7 @@ class OidentdConfigGenerator : public QObject
 {
     Q_OBJECT
 public:
-    explicit OidentdConfigGenerator(QObject *parent = 0);
+    explicit OidentdConfigGenerator(QObject *parent = nullptr);
     ~OidentdConfigGenerator();
 
 public slots: