Mark MessageModel as uncreatable

This commit is contained in:
Tobias Fella
2025-01-27 16:07:30 +01:00
parent 58c9366548
commit bf6f4a951e

View File

@@ -45,6 +45,7 @@ class MessageModel : public QAbstractListModel
{
Q_OBJECT
QML_ELEMENT
QML_UNCREATABLE("")
/**
* @brief The current room that the model is getting its messages from.