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