Add live location tracking model

This can either watch a single live location beacon or all of those in
a given room.
This commit is contained in:
Volker Krause
2023-06-11 13:37:09 +02:00
parent b968c85de2
commit d10460c45b
4 changed files with 216 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ add_library(neochat STATIC
events/stickerevent.cpp
models/reactionmodel.cpp
delegatesizehelper.cpp
models/livelocationsmodel.cpp
)
ecm_qt_declare_logging_category(neochat