summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-01-30 17:51:48 +0100
committerMichal Klocek <michal.klocek@qt.io>2018-02-02 11:52:57 +0000
commit41847ecaf3594a12c5120f876be1b330a1ef5486 (patch)
tree3e856327f1eabcde678829565ea5451326ac0833
parentadb8677717472e020e35084839ab3726920ec386 (diff)
Fix quicknanobrowser to use unique storage location
Do not use "Default" as custom profile, global profile uses "Default" as storge name, this ends up on creating two browser context adapters using the same files. Change-Id: I298fa87ee14c5c83a15683710ba3fbb29c201714 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-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 {