diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 12:37:01 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 12:37:01 +0200 |
| commit | 7572108d6774bd3b501e1dd3fab2a014ed164fcf (patch) | |
| tree | 532c8948d89db0cd730be45112e8022af41df156 /lib/src/turnsmm/turn-order.cpp | |
| parent | d1d171775f768be1dcdee194be5134f334c63347 (diff) | |
| download | turns-7572108d6774bd3b501e1dd3fab2a014ed164fcf.tar.xz turns-7572108d6774bd3b501e1dd3fab2a014ed164fcf.zip | |
lib: add participant-count property to TurnOrder
Diffstat (limited to 'lib/src/turnsmm/turn-order.cpp')
| -rw-r--r-- | lib/src/turnsmm/turn-order.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/src/turnsmm/turn-order.cpp b/lib/src/turnsmm/turn-order.cpp index 5f38ded..d737679 100644 --- a/lib/src/turnsmm/turn-order.cpp +++ b/lib/src/turnsmm/turn-order.cpp @@ -141,12 +141,12 @@ namespace Turns auto TurnOrder::property_sort_mode() noexcept -> Glib::PropertyProxy<SortMode> { - return {this, "sort_mode"}; + return {this, "sort-mode"}; } auto TurnOrder::property_sort_mode() const noexcept -> Glib::PropertyProxy_ReadOnly<SortMode> { - return {this, "sort_mode"}; + return {this, "sort-mode"}; } TurnOrder::TurnOrder(BaseObjectType * gobj) |
