diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 14:38:37 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 14:38:37 +0200 |
| commit | b2c8e4ca45c6872cb2891dcb9334e905995bd59e (patch) | |
| tree | a4dfd757a9e28c71ff068658212be5097eb71614 /gui/src/init.cpp | |
| parent | 838e660750b589636b95472f7421b5579f068727 (diff) | |
| download | turns-b2c8e4ca45c6872cb2891dcb9334e905995bd59e.tar.xz turns-b2c8e4ca45c6872cb2891dcb9334e905995bd59e.zip | |
gui: reintroduce Preferences
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 734f953..4d68929 100644 --- a/gui/src/init.cpp +++ b/gui/src/init.cpp @@ -2,6 +2,7 @@ #include "participant_editor.hpp" #include "participant_row.hpp" +#include "preferences.hpp" #include <glib-object.h> @@ -9,4 +10,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()); } |
