diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 17:03:31 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 17:03:31 +0200 |
| commit | 0afcbdc28f038b38d8cd7fe3d80191dc3bf31303 (patch) | |
| tree | 255f7e2c031b1c73a39c220e97ebd58be4379308 /ui/include | |
| parent | 9233c81e68555be6e451e371eccc2914269dd08a (diff) | |
| download | turns-0afcbdc28f038b38d8cd7fe3d80191dc3bf31303.tar.xz turns-0afcbdc28f038b38d8cd7fe3d80191dc3bf31303.zip | |
ui: rename participant_row to ParticipantRow
Diffstat (limited to 'ui/include')
| -rw-r--r-- | ui/include/turns/ui/participant_row.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/include/turns/ui/participant_row.hpp b/ui/include/turns/ui/participant_row.hpp index dc72013..ed7b47c 100644 --- a/ui/include/turns/ui/participant_row.hpp +++ b/ui/include/turns/ui/participant_row.hpp @@ -17,7 +17,7 @@ namespace turns::ui { - struct participant_row : template_widget<participant_row, Gtk::ListBoxRow> + struct ParticipantRow : template_widget<ParticipantRow, Gtk::ListBoxRow> { auto constexpr inline static children = std::array{ "delete", @@ -27,7 +27,7 @@ namespace turns::ui "toggle_defeated", }; - participant_row(Glib::RefPtr<core::participant> participant); + ParticipantRow(Glib::RefPtr<core::participant> participant); auto delete_enabled() -> Glib::PropertyProxy<bool>; auto edit_enabled() -> Glib::PropertyProxy<bool>; |
