mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +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
|
@ -194,6 +194,7 @@ impl Expression {
|
|||
Some(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