mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
![]() If one declare a `property <int> foo;` in Slint, it will be private by default, and the getter/setter won't be generated, and it may be confusing as to why With this change, it still generate private getter and setter so this gives a better hint to the developer what the problem is. Replaces #2170 |
||
---|---|---|
.. | ||
optim_passes | ||
expression.rs | ||
item_tree.rs | ||
lower_expression.rs | ||
lower_to_item_tree.rs | ||
pretty_print.rs |