Mark ReactionModel as uncreatable

This commit is contained in:
Tobias Fella
2024-01-07 19:47:19 +01:00
parent c10bcf1764
commit 683d216f44

View File

@@ -22,6 +22,7 @@ class ReactionModel : public QAbstractListModel
{ {
Q_OBJECT Q_OBJECT
QML_ELEMENT QML_ELEMENT
QML_UNCREATABLE("")
public: public:
/** /**