X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fkeyevent.h;h=72fb0ec3665cc6a0da090e2043bbf2b754890ac6;hb=a95ad2de573027f9bee36db972bcae4195168d0c;hp=393f4d2247497e4a9396f1790698462b309c0234;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/core/keyevent.h b/src/core/keyevent.h index 393f4d22..72fb0ec3 100644 --- a/src/core/keyevent.h +++ b/src/core/keyevent.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2019 by the Quassel Project * + * Copyright (C) 2013-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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))