From 9c1a9f41e2cef7f6e151a5f08367607e16d0f908 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 22:39:04 +0200 Subject: app/ui: enable deletion of participants --- domain/include/turns/domain/turn_order.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'domain/include') diff --git a/domain/include/turns/domain/turn_order.hpp b/domain/include/turns/domain/turn_order.hpp index de7ac8a..6495a27 100644 --- a/domain/include/turns/domain/turn_order.hpp +++ b/domain/include/turns/domain/turn_order.hpp @@ -15,6 +15,9 @@ namespace turns::domain using super = Gio::ListStore; using super::super; + using super::remove; + using super::append; + auto static create() -> Glib::RefPtr; auto append(Glib::ustring const & name, float order_value) -> void; -- cgit v1.2.3