Fix QML warnings & errors

CURA-5829
This commit is contained in:
Jaime van Kessel 2018-10-31 10:55:05 +01:00
parent 15f586ffae
commit 1e9aff44f6
2 changed files with 23 additions and 36 deletions

View file

@ -15,5 +15,4 @@ Loader
id: previewMain
source: UM.Controller.activeView != null && UM.Controller.activeView.mainComponent != null ? UM.Controller.activeView.mainComponent : ""
onSourceChanged: print("THE SOURCE IS", source)
}