diff options
Diffstat (limited to 'app/include')
| -rw-r--r-- | app/include/turns/app/widgets/participant_list_row.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/include/turns/app/widgets/participant_list_row.hpp b/app/include/turns/app/widgets/participant_list_row.hpp index 070d540..8ec5979 100644 --- a/app/include/turns/app/widgets/participant_list_row.hpp +++ b/app/include/turns/app/widgets/participant_list_row.hpp @@ -29,6 +29,8 @@ namespace turns::app::widgets auto set_title(Glib::ustring const & value) -> void; private: + auto handle_toggle_defeated() -> void; + Gtk::Button * m_edit; Gtk::Label * m_subtitle; Gtk::EditableLabel * m_title; |
