diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-03 15:26:07 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-03 15:26:07 +0200 |
commit | 5efbf75c8719407549e4bcfcf4c5329b37630990 (patch) | |
tree | 2e49db6d6d795b56febb99488ca8c74191109c19 | |
parent | d9449a48c7f80ed70b1760138a8de1c0c3638567 (diff) | |
download | libquotient-5efbf75c8719407549e4bcfcf4c5329b37630990.tar.gz libquotient-5efbf75c8719407549e4bcfcf4c5329b37630990.zip |
KeyVerificationDoneEvent: fix copy-pasta in DEFINE_EVENT_TYPEID
-rw-r--r-- | lib/events/keyverificationevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/keyverificationevent.h b/lib/events/keyverificationevent.h index f635d07b..5b587522 100644 --- a/lib/events/keyverificationevent.h +++ b/lib/events/keyverificationevent.h @@ -284,7 +284,7 @@ REGISTER_EVENT_TYPE(KeyVerificationMacEvent) class QUOTIENT_API KeyVerificationDoneEvent : public Event { public: - DEFINE_EVENT_TYPEID("m.key.verification.done", KeyVerificationRequestEvent) + DEFINE_EVENT_TYPEID("m.key.verification.done", KeyVerificationDoneEvent) explicit KeyVerificationDoneEvent(const QJsonObject& obj) : Event(TypeId, obj) |