mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Rust codegen: fix compile if slint names matches internal names
Fixes #4419
This commit is contained in:
parent
367b5c5a76
commit
1e19e0a754
8 changed files with 91 additions and 91 deletions
|
@ -493,7 +493,7 @@ pub fn layout_info_type() -> Type {
|
|||
.map(|s| (s.to_string(), Type::Float32)),
|
||||
)
|
||||
.collect(),
|
||||
name: Some("LayoutInfo".into()),
|
||||
name: Some("slint::private_api::LayoutInfo".into()),
|
||||
node: None,
|
||||
rust_attributes: None,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue