From 66ed63166173ccbf5279f6204a1b4099daf176ec Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 5 Jun 2025 18:00:36 +0200 Subject: gui: extract resource path strings --- gui/src/participant_editor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/src/participant_editor.cpp') diff --git a/gui/src/participant_editor.cpp b/gui/src/participant_editor.cpp index ca17495..e8b9ff0 100644 --- a/gui/src/participant_editor.cpp +++ b/gui/src/participant_editor.cpp @@ -6,6 +6,7 @@ #include "participant_editor.hpp" #include "messages.hpp" +#include "resources.hpp" #include "template_widget.hpp" #include @@ -39,7 +40,7 @@ namespace Turns::gui namespace { auto constexpr static TYPE_NAME = "ParticipantEditor"; - auto constexpr static TEMPLATE = "/ch/arknet/Turns/participant_editor.ui"; + auto constexpr static TEMPLATE = resource::participant_editor_ui; auto presentation_name_for(Participant::Disposition disposition) -> char const * { -- cgit v1.2.3