diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-28 15:27:12 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-28 15:27:12 +0300 |
commit | 7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b (patch) | |
tree | ad22bea3f559aabfe4a6c57ca5bea79b89efe5de /CMakeLists.txt | |
parent | Remove old/unused code (diff) | |
download | nheko-7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b.tar.xz |
Fix UI inconsistencies between room list & communities
fixes #204 fixes #255
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e01340ff..675525a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,7 +260,6 @@ qt5_wrap_cpp(MOC_HEADERS include/ChatPage.h include/CommunitiesListItem.h include/CommunitiesList.h - include/Community.h include/LoginPage.h include/MainWindow.h include/InviteeItem.h |