1 2 3 4 5 6 7 8 9 10
#include "init.hpp" #include "participant_row.hpp" #include <glib-object.h> auto Turns::gui::init() -> void { static_cast<void>(ParticipantRow{nullptr}.get_type()); }