Skip to content

Commit

Permalink
Remove unused QML registration for RoomMessageEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Aug 26, 2023
1 parent a328ecd commit f0d77a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/timelinewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ TimelineWidget::TimelineWidget(ChatRoomWidget* chatRoomWidget)
qRegisterMetaType<GetRoomEventsJob*>("GetRoomEventsJob*");
qRegisterMetaType<User*>("User*");
qmlRegisterType<Settings>("Quotient", 1, 0, "Settings");
qmlRegisterUncreatableType<RoomMessageEvent>(
"Quotient", 1, 0, "roomMessageEvent", "roomMessageEvent is uncreatable");

setResizeMode(SizeRootObjectToView);

Expand Down

0 comments on commit f0d77a8

Please sign in to comment.