X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.cpp;h=16c83ce3d4feb269d92ca36f0fc78f64a817bd10;hp=21b6e488d27de43b709d23b47eb0b642c6aca6e9;hb=cfbd4daee17dbb3c4052d938bf33edd08711d728;hpb=46f20e19a343ad0fa17dde6c32f17e60fc682c9b diff --git a/src/core/authenticator.cpp b/src/core/authenticator.cpp index 21b6e488..16c83ce3 100644 --- a/src/core/authenticator.cpp +++ b/src/core/authenticator.cpp @@ -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"