Add component-factory type to Slint language

Add a type "component-factory" to the Slint language.
This commit is contained in:
Tobias Hunger 2023-06-08 17:26:52 +02:00 committed by Olivier Goffart
parent ad2c98937f
commit 2840886d28
14 changed files with 40 additions and 9 deletions

View file

@ -194,6 +194,7 @@ impl Expression {
Some(match ty {
Type::Invalid
| Type::Callback { .. }
| Type::ComponentFactory
| Type::Function { .. }
| Type::Void
| Type::InferredProperty