take files from the kpackage

This commit is contained in:
Marco Martin 2019-09-04 18:25:52 +02:00
parent e1d7844b82
commit 38b2f688bb

View file

@ -187,7 +187,7 @@ Item {
if (widgetExplorerStack.source != "") {
widgetExplorerStack.source = "";
} else {
widgetExplorerStack.setSource(Qt.resolvedUrl("../explorer/WidgetExplorer.qml"), {"containment": containment})
widgetExplorerStack.setSource(desktop.fileFromPackage("explorer", "WidgetExplorer.qml"), {"containment": root.containment})
}
}