X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fauthhandler.cpp;h=679473013f312fda32c771d7bc3958cb1163d8f8;hp=7c2905dddc6bd166c4480aead8d04f73cfd7b412;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=e25b94c06eb263f175361a8517599adb2b8588ed diff --git a/src/common/authhandler.cpp b/src/common/authhandler.cpp index 7c2905dd..67947301 100644 --- a/src/common/authhandler.cpp +++ b/src/common/authhandler.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -23,9 +23,7 @@ #include "authhandler.h" AuthHandler::AuthHandler(QObject *parent) - : QObject(parent), - _socket(0), - _disconnectedSent(false) + : QObject(parent) { }