aboutsummaryrefslogtreecommitdiff
path: root/lib/events/callinviteevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/callinviteevent.h')
-rw-r--r--lib/events/callinviteevent.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/events/callinviteevent.h b/lib/events/callinviteevent.h
index 5b4ca0df..f96f416d 100644
--- a/lib/events/callinviteevent.h
+++ b/lib/events/callinviteevent.h
@@ -9,7 +9,7 @@
namespace Quotient {
class QUOTIENT_API CallInviteEvent : public CallEventBase {
public:
- DEFINE_EVENT_TYPEID("m.call.invite", CallInviteEvent)
+ QUO_EVENT(CallInviteEvent, "m.call.invite")
explicit CallInviteEvent(const QJsonObject& obj);
@@ -22,6 +22,4 @@ public:
return contentPart<QJsonObject>("offer"_ls).value("sdp"_ls).toString();
}
};
-
-REGISTER_EVENT_TYPE(CallInviteEvent)
} // namespace Quotient