use the HFWebEngineProfile in Desktop.qml

This commit is contained in:
Stephen Birarda 2016-10-18 11:42:55 -07:00
parent c4cec8eb1e
commit 5682d51667

View file

@ -27,7 +27,7 @@ OriginalDesktop.Desktop {
property alias toolWindow: toolWindow
ToolWindow { id: toolWindow }
property var browserProfile: WebEngineProfile {
property var browserProfile: HFWebEngineProfile {
id: webviewProfile
storageName: "qmlWebEngine"
}
@ -125,5 +125,3 @@ OriginalDesktop.Desktop {
return result;
}
}