diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-30 04:54:03 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-30 04:54:03 +0100 |
commit | 9a9dbda571a674ecfbf23533c64ec9cb095479ef (patch) | |
tree | 3e4ac7250ec9bedc7285c5aec144eb496a08e62e /CMakeLists.txt | |
parent | Convert blurhash image format on worker thread (diff) | |
download | nheko-9a9dbda571a674ecfbf23533c64ec9cb095479ef.tar.xz |
Update presence dynamically and reduce allocations
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a97851b9..6a98bc1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,6 +328,7 @@ set(SRC_FILES src/timeline/TimelineModel.cpp src/timeline/DelegateChooser.cpp src/timeline/Permissions.cpp + src/timeline/PresenceEmitter.cpp src/timeline/RoomlistModel.cpp # UI components @@ -535,6 +536,7 @@ qt5_wrap_cpp(MOC_HEADERS src/timeline/TimelineModel.h src/timeline/DelegateChooser.h src/timeline/Permissions.h + src/timeline/PresenceEmitter.h src/timeline/RoomlistModel.h # UI components |