Skip to content

Fix parameter

Pajlow requested to merge pajlow/qml-templates-for-ubuntutouch:master into master

Hi, I recently needed an example for import-hub and found a small error inside the parameter list of mainStack.push(Qt.resolvedUrl("PageImport.qml", {"allowMultipleFiles":false})); where {"allowMultipleFiles":false} needs to be outside of Qt.resolvedUrl(...). If I need to to open an issue first I am glad to do so. :)

Merge request reports