diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 06:45:31 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 06:45:31 +0200 |
commit | 656fcac91cc3da305cca2e9ee7abd0a8557d176e (patch) | |
tree | e63e46dd791313db5df8672f10b908a802a16d7c /CMakeLists.txt | |
parent | Fix arrow keys (diff) | |
download | nheko-656fcac91cc3da305cca2e9ee7abd0a8557d176e.tar.xz |
Don't use a modal to edit room name and topic
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 704e8e9f..332c9e92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -338,7 +338,6 @@ set(SRC_FILES src/ui/NhekoDropArea.cpp src/ui/NhekoGlobalObject.cpp src/ui/RoomSettings.cpp - src/ui/TextField.cpp src/ui/Theme.cpp src/ui/ThemeManager.cpp src/ui/UIA.cpp @@ -532,7 +531,6 @@ qt5_wrap_cpp(MOC_HEADERS src/ui/NhekoDropArea.h src/ui/NhekoGlobalObject.h src/ui/RoomSettings.h - src/ui/TextField.h src/ui/Theme.h src/ui/ThemeManager.h src/ui/UIA.h |