slint/tests
Olivier Goffart f0a1ef7194 Fix getting type of more complex expressions in model
Fixes #2977

The problem is that expressions such as "foo * foo" can be optimized by
optimization pass to only query the property once, and this is
transformed in a Expression::CodeBlock and is no longer a
Expression::Cast(Model)
So we need to introspect the expression more.
2023-06-27 10:06:20 +02:00
..
cases Fix getting type of more complex expressions in model 2023-06-27 10:06:20 +02:00
doctests Bump version number to 1.1.1 2023-06-26 12:50:02 +00:00
driver Bump version number to 1.1.1 2023-06-26 12:50:02 +00:00
helper_components Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
manual Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
screenshots Bump version number to 1.1.1 2023-06-26 12:50:02 +00:00