Rework the handling of storage/auth backends and config
[quassel.git] / src / core / authenticator.cpp
index 21b6e48..16c83ce 100644 (file)
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
 
+// Make moc happy
 #include "authenticator.h"
-
-Authenticator::Authenticator(QObject *parent)
-    : QObject(parent)
-{
-}
-
+#include "moc_authenticator.cpp"