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.
This commit is contained in:
Joshua Goins
2024-01-07 14:02:09 -05:00
parent acfb5ab834
commit e63cef6363

View File

@@ -21,7 +21,6 @@ class User;
class ReactionModel : public QAbstractListModel
{
Q_OBJECT
QML_ELEMENT
public:
/**