slint/internal/compiler/llr
Olivier Goffart 7652097582 Better error message when trying to use private property in native code
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
2023-03-27 17:49:07 +02:00
..
optim_passes clippy: Fix clippy warnings 2023-03-09 09:35:29 +01:00
expression.rs Compiler: make calling functions work 2022-12-06 14:56:25 +01:00
item_tree.rs Better error message when trying to use private property in native code 2023-03-27 17:49:07 +02:00
lower_expression.rs Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
lower_to_item_tree.rs Better error message when trying to use private property in native code 2023-03-27 17:49:07 +02:00
pretty_print.rs Don't optimize properties used by functions 2022-12-15 05:43:24 -08:00