X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcpparser.h;h=5808a71280022f6dc65b5631e7b7ad74088114d8;hp=f5e5860864adc508047d5790bc69c1b491c3a752;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=d4b81a6d777de45611034b26bd89973d19e60c96 diff --git a/src/core/ctcpparser.h b/src/core/ctcpparser.h index f5e58608..5808a712 100644 --- a/src/core/ctcpparser.h +++ b/src/core/ctcpparser.h @@ -36,7 +36,7 @@ class CtcpParser : public QObject Q_OBJECT public: - CtcpParser(CoreSession *coreSession, QObject *parent = 0); + CtcpParser(CoreSession *coreSession, QObject *parent = nullptr); inline CoreSession *coreSession() const { return _coreSession; } @@ -88,7 +88,7 @@ private: QString bufferName; QList replies; - CtcpReply() : network(0) {} + CtcpReply() : network(nullptr) {} CtcpReply(CoreNetwork *net, const QString &buf) : network(net), bufferName(buf) {} };