X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.cpp;h=5c3c3ef4d56067b9a1288659ddca124ee060a6b2;hp=fa52b62bedb6a26f67dd4e7c111d4d337b1c46ed;hb=e14649614fbbf9b386505a5d782b88b1ac313c1f;hpb=258d157a228d2b2b46b01d3b33ab932b9979436a diff --git a/src/core/authenticator.cpp b/src/core/authenticator.cpp index fa52b62b..5c3c3ef4 100644 --- a/src/core/authenticator.cpp +++ b/src/core/authenticator.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,10 +18,7 @@ * 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"