mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
Add component-factory type to Slint language
Add a type "component-factory" to the Slint language.
This commit is contained in:
parent
ad2c98937f
commit
2840886d28
14 changed files with 40 additions and 9 deletions
|
|
@ -1224,6 +1224,7 @@ impl Expression {
|
|||
match ty {
|
||||
Type::Invalid
|
||||
| Type::Callback { .. }
|
||||
| Type::ComponentFactory
|
||||
| Type::Function { .. }
|
||||
| Type::Void
|
||||
| Type::InferredProperty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue