X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fauthhandler.cpp;h=679473013f312fda32c771d7bc3958cb1163d8f8;hb=98144aaad0cd747f186edcd0e36a1d67326ac766;hp=b87400b83d5fe0efcdc01a3a7b763209cf1d5f5f;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/common/authhandler.cpp b/src/common/authhandler.cpp index b87400b8..67947301 100644 --- a/src/common/authhandler.cpp +++ b/src/common/authhandler.cpp @@ -23,9 +23,7 @@ #include "authhandler.h" AuthHandler::AuthHandler(QObject *parent) - : QObject(parent), - _socket(nullptr), - _disconnectedSent(false) + : QObject(parent) { }