mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Apply suggestions from code review
Co-authored-by: Simon Hausmann <simon.hausmann@sixtyfps.io>
This commit is contained in:
parent
715d38903f
commit
6a4cd0087f
4 changed files with 5 additions and 4 deletions
|
@ -221,7 +221,7 @@ impl Type {
|
|||
| Self::Struct { .. }
|
||||
| Self::Array(_)
|
||||
| Self::Brush
|
||||
| Self::Void // Void is not a valid type for property, but it is temporarily used for infered two ways bindings
|
||||
| Self::Void // Void is not a valid type for property, but it is temporarily used for inferred two ways bindings
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue