Move location models to LibNeoChat

This commit is contained in:
James Graham
2025-04-13 15:52:01 +01:00
parent 866fee2ea3
commit 4fe9c76d90
6 changed files with 2 additions and 4 deletions

View File

@@ -62,10 +62,6 @@ add_library(neochat STATIC
models/statefiltermodel.h
logger.cpp
logger.h
models/livelocationsmodel.cpp
models/livelocationsmodel.h
models/locationsmodel.cpp
models/locationsmodel.h
jobs/neochatgetcommonroomsjob.cpp
jobs/neochatgetcommonroomsjob.h
models/notificationsmodel.cpp

View File

@@ -31,6 +31,8 @@ target_sources(LibNeoChat PRIVATE
models/customemojimodel.cpp
models/emojimodel.cpp
models/imagepacksmodel.cpp
models/livelocationsmodel.cpp
models/locationsmodel.cpp
models/stickermodel.cpp
)