X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fauthhandler.h;h=0d30e6624f42faf0a74b20a765debbb5add88ef1;hb=900cce213a6ed000b7131a05a0dec7d04b35b023;hp=d5c54716a8562100ddaba5ab61f790226a6305d4;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/common/authhandler.h b/src/common/authhandler.h index d5c54716..0d30e662 100644 --- a/src/common/authhandler.h +++ b/src/common/authhandler.h @@ -71,6 +71,6 @@ protected slots: private: void invalidMessage(); - QTcpSocket *_socket; // FIXME: should be a QSharedPointer? -> premature disconnect before the peer has taken over - bool _disconnectedSent; + QTcpSocket *_socket{nullptr}; // FIXME: should be a QSharedPointer? -> premature disconnect before the peer has taken over + bool _disconnectedSent{false}; };