Show a map for location events

This commit is contained in:
Tobias Fella
2023-03-24 13:52:17 +00:00
parent 0c985a0af1
commit fb24ffd20d
6 changed files with 102 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ public:
Encrypted,
ReadMarker,
Poll,
Location,
Other,
};
Q_ENUM(DelegateType);
@@ -75,6 +76,8 @@ public:
AuthorDisplayNameRole,
IsRedactedRole,
IsPendingRole,
LatitudeRole,
LongitudeRole,
LastRole, // Keep this last
};
Q_ENUM(EventRoles)