summaryrefslogtreecommitdiffstats
path: root/examples/webengine/quicknanobrowser
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2018-02-05 10:42:18 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-02-05 10:04:22 +0000
commit45189de8f0e8364cbcd600f3c4460018544beda6 (patch)
treeeb7521adb780dd942ecc0d7d7738dd176f525bb7 /examples/webengine/quicknanobrowser
parent7e03f40a2b7f4793a3ad02f59b213d160124941e (diff)
parente864d8656c2682fc79a5affe789992de318c8f8a (diff)
Merge remote-tracking branch 'origin/5.9' into 5.10.1
Conflicts: src/core/web_engine_context.cpp Change-Id: I004994a0ab6dbc54370b6973de1816cd673154c6
Diffstat (limited to 'examples/webengine/quicknanobrowser')
-rw-r--r--examples/webengine/quicknanobrowser/ApplicationRoot.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webengine/quicknanobrowser/ApplicationRoot.qml b/examples/webengine/quicknanobrowser/ApplicationRoot.qml
index 78defab80..014b556a1 100644
--- a/examples/webengine/quicknanobrowser/ApplicationRoot.qml
+++ b/examples/webengine/quicknanobrowser/ApplicationRoot.qml
@@ -55,7 +55,7 @@ QtObject {
id: root
property QtObject defaultProfile: WebEngineProfile {
- storageName: "Default"
+ storageName: "Profile"
}
property QtObject otrProfile: WebEngineProfile {