X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcpparser.h;h=7fd2a837c950615206dee11b38235685e3a3b023;hp=9630f6cdec0cd4acd4ae81cdece4da0a04a1025b;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=3a3e844f9fcfd12235a0086af75ecd503b621ef4 diff --git a/src/core/ctcpparser.h b/src/core/ctcpparser.h index 9630f6cd..7fd2a837 100644 --- a/src/core/ctcpparser.h +++ b/src/core/ctcpparser.h @@ -85,11 +85,11 @@ private: CoreSession *_coreSession; struct CtcpReply { - CoreNetwork *network; + CoreNetwork *network{nullptr}; QString bufferName; QList replies; - CtcpReply() : network(nullptr) {} + CtcpReply() {} CtcpReply(CoreNetwork *net, QString buf) : network(net), bufferName(std::move(buf)) {} };