From 8b7ba278cd17db8ffeb73a9af619d5443f751ebc Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 5 Jun 2025 18:09:07 +0200 Subject: gui: make sure Tracker widget is registered --- gui/src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/src/init.cpp') diff --git a/gui/src/init.cpp b/gui/src/init.cpp index 220f1f4..378065c 100644 --- a/gui/src/init.cpp +++ b/gui/src/init.cpp @@ -8,6 +8,7 @@ #include "participant_editor.hpp" #include "participant_row.hpp" #include "preferences.hpp" +#include "tracker.hpp" #include "turn_order_view.hpp" #include @@ -17,5 +18,6 @@ auto Turns::gui::init() -> void g_type_ensure(ParticipantRow{nullptr}.get_type()); g_type_ensure(ParticipantEditor{nullptr}.get_type()); g_type_ensure(Preferences{}.get_type()); + g_type_ensure(Tracker{{}, {}}.get_type()); g_type_ensure(TurnOrderView{}.get_type()); } -- cgit v1.2.3