summaryrefslogtreecommitdiff
path: root/lib/src/turnsmm/turn-order.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-23 12:37:01 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-23 12:37:01 +0200
commit7572108d6774bd3b501e1dd3fab2a014ed164fcf (patch)
tree532c8948d89db0cd730be45112e8022af41df156 /lib/src/turnsmm/turn-order.cpp
parentd1d171775f768be1dcdee194be5134f334c63347 (diff)
downloadturns-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.cpp4
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)