diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:45:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:45:54 +0200 |
| commit | bfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf (patch) | |
| tree | 48e451c1aafcbd0d58d45292499ee81effcc82bc /gui/src/init.cpp | |
| parent | 8ef970b679505ea82ea41e94ffa972a732731eae (diff) | |
| download | turns-bfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf.tar.xz turns-bfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf.zip | |
gui: reintroduce ParticipantRow
Diffstat (limited to 'gui/src/init.cpp')
| -rw-r--r-- | gui/src/init.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gui/src/init.cpp b/gui/src/init.cpp new file mode 100644 index 0000000..c9a7295 --- /dev/null +++ b/gui/src/init.cpp @@ -0,0 +1,10 @@ +#include "init.hpp" + +#include "participant_row.hpp" + +#include <glib-object.h> + +auto Turns::gui::init() -> void +{ + static_cast<void>(ParticipantRow{nullptr}.get_type()); +} |
