X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.cpp;h=4707bc722503ad2f616fcf3d3966b5b38c630c8b;hp=018c0cdf9d5fafff8b16a35b563e7c8145e45d78;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=61aac1868f15babb7086d8bc6bbcff530346f438 diff --git a/src/core/authenticator.cpp b/src/core/authenticator.cpp index 018c0cdf..4707bc72 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-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,9 +18,6 @@ * 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"