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_row.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/src/participant_row.cpp') diff --git a/gui/src/participant_row.cpp b/gui/src/participant_row.cpp index 52f0b69..e01da67 100644 --- a/gui/src/participant_row.cpp +++ b/gui/src/participant_row.cpp @@ -6,6 +6,7 @@ #include "participant_row.hpp" #include "messages.hpp" +#include "resources.hpp" #include "template_widget.hpp" #include @@ -33,7 +34,7 @@ namespace Turns::gui namespace { auto constexpr static TYPE_NAME = "ParticipantRow"; - auto constexpr static TEMPLATE = "/ch/arknet/Turns/participant_row.ui"; + auto constexpr static TEMPLATE = resource::participant_row_ui; auto css_class_for(Participant::Disposition value) -> Glib::ustring { -- cgit v1.2.3