diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 14:42:44 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 14:42:44 +0200 |
| commit | 938328d3c87d5b7f2d56921cc5893f1c2d98302d (patch) | |
| tree | 106ce7941d57f41acaad53160d1a37e077fcb5f3 /gui/src/init.cpp | |
| parent | b2c8e4ca45c6872cb2891dcb9334e905995bd59e (diff) | |
| download | turns-938328d3c87d5b7f2d56921cc5893f1c2d98302d.tar.xz turns-938328d3c87d5b7f2d56921cc5893f1c2d98302d.zip | |
gui: reintroduce TurnOrderView
Diffstat (limited to 'gui/src/init.cpp')
| -rw-r--r-- | gui/src/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/init.cpp b/gui/src/init.cpp index 4d68929..4e36947 100644 --- a/gui/src/init.cpp +++ b/gui/src/init.cpp @@ -3,6 +3,7 @@ #include "participant_editor.hpp" #include "participant_row.hpp" #include "preferences.hpp" +#include "turn_order_view.hpp" #include <glib-object.h> @@ -11,4 +12,5 @@ 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(TurnOrderView{}.get_type()); } |
