summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 06:45:31 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 06:45:31 +0200
commit656fcac91cc3da305cca2e9ee7abd0a8557d176e (patch)
treee63e46dd791313db5df8672f10b908a802a16d7c /CMakeLists.txt
parentFix arrow keys (diff)
downloadnheko-656fcac91cc3da305cca2e9ee7abd0a8557d176e.tar.xz
Don't use a modal to edit room name and topic
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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