X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=inline;f=src%2Fcommon%2Fauthhandler.cpp;h=679473013f312fda32c771d7bc3958cb1163d8f8;hb=158443f71d48215eea8b47b836b61afd77654b78;hp=7c2905dddc6bd166c4480aead8d04f73cfd7b412;hpb=447501045b6fe14fdeff95823e2ea85416da7a77;p=quassel.git 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) { }