Skip to content
Snippets Groups Projects

load qml only after setting up all context properties

Merged Simon Schmeisser requested to merge (removed):qml_loading into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -195,7 +195,7 @@ Kirigami.ApplicationWindow {
Component.onCompleted: {
if (!initialUrl.isEmpty)
if (initialUrl && !initialUrl.isEmpty())
load(initialUrl)
}
}
Loading