X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fkeyevent.h;h=c1c6cc202fc3ca42dae4646b167e9a16499018fa;hb=8efbb2ef22f5f007b5dc6d5b15ecf070ccef08ca;hp=1985a9480afccd7e043d9338111ebf3a352c76ea;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/core/keyevent.h b/src/core/keyevent.h index 1985a948..c1c6cc20 100644 --- a/src/core/keyevent.h +++ b/src/core/keyevent.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2018 by the Quassel Project * + * Copyright (C) 2013-2019 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))