From e28cff88c03afa5cd90951deeff62b4efb910421 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Jul 2024 16:45:46 +0200 Subject: app: rename participant_list_row --- 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 a65a489..eaf16b6 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -2,7 +2,7 @@ add_library("app" "src/application.cpp" - "src/widgets/participant_list_row.cpp" + "src/widgets/participant_row.cpp" "src/windows/main.cpp" "src/windows/participant_editor.cpp" ) -- cgit v1.2.3