From 8714470ebb41abec07e178abf4d4739dcd6087fb Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 12 Jul 2024 16:54:48 +0200 Subject: lang: extract constants for messages --- app/include/turns/app/windows/main.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/include') diff --git a/app/include/turns/app/windows/main.hpp b/app/include/turns/app/windows/main.hpp index 9d2e1c3..a39d156 100644 --- a/app/include/turns/app/windows/main.hpp +++ b/app/include/turns/app/windows/main.hpp @@ -5,6 +5,7 @@ #include #include #include +#include namespace turns::app::windows { @@ -14,10 +15,11 @@ namespace turns::app::windows main(BaseObjectType * base, Glib::RefPtr const builder); private: + Gtk::Button * m_add_participant; AdwApplicationWindow * m_adw; AdwWindowTitle * m_title; }; -} // namespace turns::app +} // namespace turns::app::windows #endif \ No newline at end of file -- cgit v1.2.3