mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
Replace references to the .60 files that are now renamed with .slint
This commit is contained in:
parent
0c0a783095
commit
d706d63ce1
65 changed files with 113 additions and 113 deletions
|
@ -36,7 +36,7 @@ private:
|
|||
int main()
|
||||
{
|
||||
sixtyfps::interpreter::ComponentCompiler compiler;
|
||||
auto definition = compiler.build_from_path(SOURCE_DIR "/../ui/printerdemo.60");
|
||||
auto definition = compiler.build_from_path(SOURCE_DIR "/../ui/printerdemo.slint");
|
||||
|
||||
for (auto diagnostic : compiler.diagnostics()) {
|
||||
std::cerr << (diagnostic.level == sixtyfps::interpreter::DiagnosticLevel::Warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue