Compare commits

...

1 Commits

Author SHA1 Message Date
Joshua Goins
e63cef6363 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.
2024-01-07 14:02:09 -05:00

View File

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