mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
parent
c82bb1515e
commit
47ac396bc0
2 changed files with 7 additions and 7 deletions
|
@ -1282,7 +1282,7 @@ impl Element {
|
|||
| SyntaxKind::RepeatedElement
|
||||
| SyntaxKind::ChildrenPlaceholder
|
||||
) {
|
||||
diag.push_warning("A ListView can just have a single 'for' as children. Anything else is not supported".into(), &se)
|
||||
diag.push_error("A ListView can just have a single 'for' as children. Anything else is not supported".into(), &se)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue