Aggregate similar state events

This commit is contained in:
Tobias Fella
2022-02-25 20:10:07 +00:00
parent 37c7fe380b
commit db8b2fd64b
9 changed files with 181 additions and 32 deletions

View File

@@ -47,6 +47,8 @@ public:
// For debugging
EventResolvedTypeRole,
AuthorIdRole,
LastRole, // Keep this last
};
Q_ENUM(EventRoles)