modernize: Pass arguments by value and move in constructors
[quassel.git] / src / core / oidentdconfiggenerator.h
index 7e13d58..fc022fe 100644 (file)
@@ -54,8 +54,8 @@ class OidentdConfigGenerator : public QObject
 {
     Q_OBJECT
 public:
-    explicit OidentdConfigGenerator(QObject *parent = 0);
-    ~OidentdConfigGenerator();
+    explicit OidentdConfigGenerator(QObject *parent = nullptr);
+    ~OidentdConfigGenerator() override;
 
 public slots:
     bool addSocket(const CoreIdentity *identity, const QHostAddress &localAddress,