X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.cpp;h=16c83ce3d4feb269d92ca36f0fc78f64a817bd10;hb=37f483c85ecb3427d3fb0aa7c4a6431fae5dece4;hp=018c0cdf9d5fafff8b16a35b563e7c8145e45d78;hpb=61aac1868f15babb7086d8bc6bbcff530346f438;p=quassel.git diff --git a/src/core/authenticator.cpp b/src/core/authenticator.cpp index 018c0cdf..16c83ce3 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-2016 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"