mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Update some .60 to .slint
This commit is contained in:
parent
d4c1130130
commit
03f78af987
4 changed files with 6 additions and 6 deletions
|
@ -85,7 +85,7 @@ DashboardBuilder::build(slint::interpreter::ComponentCompiler &compiler) const
|
|||
}
|
||||
|
||||
if (widget_imports.size() > 0) {
|
||||
widget_imports = fmt::format("import {{ {} }} from \"iot-dashboard.60\";", widget_imports);
|
||||
widget_imports = fmt::format("import {{ {} }} from \"iot-dashboard.slint\";", widget_imports);
|
||||
}
|
||||
|
||||
// Vector of name/type_name of properties forwarded through the MainContent {} element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue