modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / core / sqlauthenticator.h
index 3f24705..8336151 100644 (file)
@@ -28,7 +28,6 @@ class SqlAuthenticator : public Authenticator
 
 public:
     SqlAuthenticator(QObject *parent = nullptr);
-    ~SqlAuthenticator() override;
 
 public slots:
     /* General */