From e63cef63631bde73af152a8f7f3410b67e96b6ce Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 7 Jan 2024 14:02:09 -0500 Subject: [PATCH] ReactionModel doesn't need to be registered as a QML type This isn't used or instiated by QML directly, and seems to be a leftover from long ago. This also stops Qt from complaining on startup. --- src/models/reactionmodel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/reactionmodel.h b/src/models/reactionmodel.h index 52b3c13f6..2867af8a0 100644 --- a/src/models/reactionmodel.h +++ b/src/models/reactionmodel.h @@ -21,7 +21,6 @@ class User; class ReactionModel : public QAbstractListModel { Q_OBJECT - QML_ELEMENT public: /**