diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-19 19:34:10 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-19 19:34:10 +0200 |
commit | 10fd2752f9863c43bf7df6c39d7cec1397dfde1c (patch) | |
tree | f7aa56102da5ab19ccbd4072c50c662ec7dc301c /CMakeLists.txt | |
parent | Basic header and footer of room list (diff) | |
download | nheko-10fd2752f9863c43bf7df6c39d7cec1397dfde1c.tar.xz |
Some basic room list
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 5155af40..8b43559f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -272,6 +272,7 @@ set(SRC_FILES src/timeline/TimelineModel.cpp src/timeline/DelegateChooser.cpp src/timeline/Permissions.cpp + src/timeline/RoomlistModel.cpp # UI components src/ui/Avatar.cpp @@ -497,6 +498,7 @@ qt5_wrap_cpp(MOC_HEADERS src/timeline/TimelineModel.h src/timeline/DelegateChooser.h src/timeline/Permissions.h + src/timeline/RoomlistModel.h # UI components src/ui/Avatar.h |