From 081627fcfb9076ce243a9adde4743117bc48a767 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Jul 2024 00:06:06 +0200 Subject: app/ui: turn participant creation dialog into generic edit dialog --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/CMakeLists.txt') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index ac7da67..a65a489 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -3,8 +3,8 @@ add_library("app" "src/application.cpp" "src/widgets/participant_list_row.cpp" - "src/windows/create_participant.cpp" "src/windows/main.cpp" + "src/windows/participant_editor.cpp" ) add_library("turns::app" ALIAS "app") -- cgit v1.2.3