modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / core / sqlauthenticator.cpp
index 57a6aa1..969f2d0 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "sqlauthenticator.h"
 
-#include "logger.h"
+#include "logmessage.h"
 #include "network.h"
 #include "quassel.h"
 
@@ -32,11 +32,6 @@ SqlAuthenticator::SqlAuthenticator(QObject *parent)
 }
 
 
-SqlAuthenticator::~SqlAuthenticator()
-{
-}
-
-
 bool SqlAuthenticator::isAvailable() const
 {
     // FIXME: probably this should query the current storage (see the ::init routine too).