From 8ce5a57499aa7783c2aa1dc4950a97f9a99a2afe Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 1 Sep 2023 14:27:23 +0200 Subject: [PATCH] Remove type registration for RoomMessageEvent --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index dd62dd52c..6e6caaf7f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -278,7 +278,6 @@ int main(int argc, char *argv[]) qmlRegisterType("org.kde.neochat", 1, 0, "AccountEmoticonModel"); qmlRegisterType("org.kde.neochat", 1, 0, "EmoticonFilterModel"); qmlRegisterType("org.kde.neochat", 1, 0, "DelegateSizeHelper"); - qmlRegisterUncreatableType("org.kde.neochat", 1, 0, "RoomMessageEvent", "ENUM"_ls); qmlRegisterUncreatableType("org.kde.neochat", 1, 0, "PushNotificationKind", "ENUM"_ls); qmlRegisterUncreatableType("org.kde.neochat", 1, 0, "PushNotificationSection", "ENUM"_ls); qmlRegisterUncreatableType("org.kde.neochat", 1, 0, "PushNotificationState", "ENUM"_ls);