aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-09-03 15:26:07 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-09-03 15:26:07 +0200
commit5efbf75c8719407549e4bcfcf4c5329b37630990 (patch)
tree2e49db6d6d795b56febb99488ca8c74191109c19 /lib
parentd9449a48c7f80ed70b1760138a8de1c0c3638567 (diff)
downloadlibquotient-5efbf75c8719407549e4bcfcf4c5329b37630990.tar.gz
libquotient-5efbf75c8719407549e4bcfcf4c5329b37630990.zip
KeyVerificationDoneEvent: fix copy-pasta in DEFINE_EVENT_TYPEID
Diffstat (limited to 'lib')
-rw-r--r--lib/events/keyverificationevent.h2
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)