summaryrefslogtreecommitdiff
path: root/gui/src/participant_editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/participant_editor.cpp')
-rw-r--r--gui/src/participant_editor.cpp3
1 files changed, 2 insertions, 1 deletions
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 <turnsmm/participant.hpp>
@@ -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 *
{