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