X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fkeyevent.h;h=c1c6cc202fc3ca42dae4646b167e9a16499018fa;hb=8961f348947fc55cc4bc769563684af3f2ea7ccc;hp=393f4d2247497e4a9396f1790698462b309c0234;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/core/keyevent.h b/src/core/keyevent.h index 393f4d22..c1c6cc20 100644 --- a/src/core/keyevent.h +++ b/src/core/keyevent.h @@ -36,12 +36,13 @@ public: explicit KeyEvent(EventManager::EventType type, Network* network, - const QString& prefix, + QHash tags, + QString prefix, QString target, ExchangeType exchangeType, QByteArray key, const QDateTime& timestamp = QDateTime()) - : IrcEvent(type, network, prefix) + : IrcEvent(type, network, std::move(tags), std::move(prefix)) , _exchangeType(exchangeType) , _target(std::move(target)) , _key(std::move(key))