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