From 826b7916c2dfb00116777ca42858624edf6a7f92 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 13 Jul 2024 15:17:36 +0200 Subject: app/main: port to participant domain object --- app/include/turns/app/windows/main.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/include/turns') diff --git a/app/include/turns/app/windows/main.hpp b/app/include/turns/app/windows/main.hpp index fd55e72..c047867 100644 --- a/app/include/turns/app/windows/main.hpp +++ b/app/include/turns/app/windows/main.hpp @@ -1,7 +1,10 @@ #ifndef TURNS_APP_WINDOWS_MAIN_WINDOW_HPP #define TURNS_APP_WINDOWS_MAIN_WINDOW_HPP +#include "turns/domain/participant.hpp" + #include +#include #include #include #include @@ -9,7 +12,6 @@ #include #include #include -#include #include namespace turns::app::windows @@ -28,7 +30,7 @@ namespace turns::app::windows Gtk::ListBox * m_participant_list; AdwWindowTitle * m_title; - Glib::RefPtr m_tests; + Glib::RefPtr> m_participants; }; } // namespace turns::app::windows -- cgit v1.2.3