X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.cpp;h=4707bc722503ad2f616fcf3d3966b5b38c630c8b;hp=21b6e488d27de43b709d23b47eb0b642c6aca6e9;hb=5fc6f7e2d63b45770574260afd6ce535e9548d23;hpb=f77a0b720ed58a2b68876b9320742b81b6df871f diff --git a/src/core/authenticator.cpp b/src/core/authenticator.cpp index 21b6e488..4707bc72 100644 --- a/src/core/authenticator.cpp +++ b/src/core/authenticator.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,10 +18,6 @@ * 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"