X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fkeyevent.h;h=b3f4d48c899132c7489971a0d4b48ed1c1a9c332;hp=9c24fbb13ad1fc41a475ba2b2065c602e52e6703;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/core/keyevent.h b/src/core/keyevent.h index 9c24fbb1..b3f4d48c 100644 --- a/src/core/keyevent.h +++ b/src/core/keyevent.h @@ -56,10 +56,10 @@ public: protected: explicit KeyEvent(EventManager::EventType type, QVariantMap &map, Network *network); - void toVariantMap(QVariantMap &map) const; + void toVariantMap(QVariantMap &map) const override; - virtual inline QString className() const { return "KeyEvent"; } - virtual inline void debugInfo(QDebug &dbg) const + inline QString className() const override { return "KeyEvent"; } + inline void debugInfo(QDebug &dbg) const override { NetworkEvent::debugInfo(dbg); dbg << ", prefix = " << qPrintable(prefix())