X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fctcpevent.h;h=0a31077b8c323d4e18e8d7fa0020caed1bf83215;hp=1f0635ba3c1a49bf485cffca6201d6e30ff24707;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/common/ctcpevent.h b/src/common/ctcpevent.h index 1f0635ba..0a31077b 100644 --- a/src/common/ctcpevent.h +++ b/src/common/ctcpevent.h @@ -70,10 +70,10 @@ public: protected: explicit CtcpEvent(EventManager::EventType type, QVariantMap &map, Network *network); - void toVariantMap(QVariantMap &map) const; + void toVariantMap(QVariantMap &map) const override; - virtual inline QString className() const { return "CtcpEvent"; } - virtual inline void debugInfo(QDebug &dbg) const + inline QString className() const override { return "CtcpEvent"; } + inline void debugInfo(QDebug &dbg) const override { NetworkEvent::debugInfo(dbg); dbg << ", prefix = " << qPrintable(prefix())