summaryrefslogtreecommitdiff
path: root/gui/src/participant_row.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-06-05 18:00:36 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-06-05 18:00:36 +0200
commit66ed63166173ccbf5279f6204a1b4099daf176ec (patch)
treea38dd48c6a7480aa9977230227dea3d1590d8dce /gui/src/participant_row.cpp
parent6d166640903a87ffe1d07debb3fc728d83553296 (diff)
downloadturns-66ed63166173ccbf5279f6204a1b4099daf176ec.tar.xz
turns-66ed63166173ccbf5279f6204a1b4099daf176ec.zip
gui: extract resource path strings
Diffstat (limited to 'gui/src/participant_row.cpp')
-rw-r--r--gui/src/participant_row.cpp3
1 files changed, 2 insertions, 1 deletions
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 <turnsmm/participant.hpp>
@@ -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
{