X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fauthhandler.h;h=0d30e6624f42faf0a74b20a765debbb5add88ef1;hp=d5c54716a8562100ddaba5ab61f790226a6305d4;hb=ed5b2ff32158ae72c011eb1228f373cec05cbfeb;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f 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}; };