Mark MessageModel as uncreatable
This commit is contained in:
@@ -45,6 +45,7 @@ class MessageModel : public QAbstractListModel
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
QML_ELEMENT
|
QML_ELEMENT
|
||||||
|
QML_UNCREATABLE("")
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The current room that the model is getting its messages from.
|
* @brief The current room that the model is getting its messages from.
|
||||||
|
|||||||
Reference in New Issue
Block a user