Allow user browser to work with marketplace

This commit is contained in:
Brad Davis 2016-01-26 23:04:59 -08:00
parent 7b5c221ceb
commit d9651c6d4b

View file

@ -108,7 +108,7 @@ Window {
}
}
WebEngineView {
WebView {
id: webview
url: "http://highfidelity.com"
anchors.top: buttons.bottom
@ -124,6 +124,12 @@ Window {
onIconChanged: {
console.log("New icon: " + icon)
}
profile: WebEngineProfile {
id: webviewProfile
storageName: "qmlUserBrowser"
}
}
} // item