diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-21 21:43:21 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-21 21:43:21 +0200 |
commit | c59cd0e80bcbf1e37b7d6b021275d4c8f90f1914 (patch) | |
tree | e809690d042aca74c620b09f4a9f471cbe2240a3 /CMakeLists.txt | |
parent | Refactor avatar fetching in one function (diff) | |
download | nheko-c59cd0e80bcbf1e37b7d6b021275d4c8f90f1914.tar.xz |
Load the initial cache data without blocking the UI
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b8450a98..9091a0b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,6 +277,7 @@ qt5_wrap_cpp(MOC_HEADERS include/ui/ThemeManager.h include/AvatarProvider.h + include/Cache.h include/ChatPage.h include/CommunitiesListItem.h include/CommunitiesList.h |