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:
@@ -21,7 +21,6 @@ class User;
|
||||
class ReactionModel : public QAbstractListModel
|
||||
{
|
||||
Q_OBJECT
|
||||
QML_ELEMENT
|
||||
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user