diff --git a/src/messageeventmodel.cpp b/src/messageeventmodel.cpp index 6aafe71c5..2f143c897 100644 --- a/src/messageeventmodel.cpp +++ b/src/messageeventmodel.cpp @@ -57,7 +57,6 @@ MessageEventModel::MessageEventModel(QObject *parent) using namespace Quotient; qmlRegisterAnonymousType("org.kde.neochat", 1); qRegisterMetaType(); - qmlRegisterUncreatableType("org.kde.neochat", 1, 0, "EventStatus", "EventStatus is not an creatable type"); QTimer::singleShot(0, this, [=]() { if (!m_currentRoom) {