X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fkeyevent.h;h=c1c6cc202fc3ca42dae4646b167e9a16499018fa;hp=393f4d2247497e4a9396f1790698462b309c0234;hb=edc55b1f86cf613a332eeeb5d85537a54120dfa5;hpb=3128dab675247b8505937b0bc22b4e2ad2dd61ff 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))