Update some .60 to .slint

This commit is contained in:
Tobias Hunger 2022-02-02 17:28:09 +01:00
parent d4c1130130
commit 03f78af987
No known key found for this signature in database
GPG key ID: 60874021D2F23F91
4 changed files with 6 additions and 6 deletions

View file

@ -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.