X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.cpp;h=4520665bb1bb2dcc5be552bfc5039667d81d941d;hp=018c0cdf9d5fafff8b16a35b563e7c8145e45d78;hb=HEAD;hpb=61aac1868f15babb7086d8bc6bbcff530346f438 diff --git a/src/core/authenticator.cpp b/src/core/authenticator.cpp index 018c0cdf..4520665b 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-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,9 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +// Make moc happy #include "authenticator.h" -Authenticator::Authenticator(QObject *parent) - : QObject(parent) -{ -} \ No newline at end of file +#include "moc_authenticator.cpp"