From 67e6b9e679856975161e85ee8011fac94b59bb22 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Tue, 17 Jul 2018 16:43:14 +0200 Subject: Update user dir associated to BrowserContext when chaging profile's path Otherwise, setting a WebEngineProfile to non-off-the-record would assert. Therefore, now it is safe to set the quicknanobrowser's defaultProfile to non-off-the-record. Task-number: QTBUG-69416 Change-Id: I5ca2230e12e457dd9963e386708f2394ae4c8cea Reviewed-by: Michal Klocek --- examples/webengine/quicknanobrowser/ApplicationRoot.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/webengine') diff --git a/examples/webengine/quicknanobrowser/ApplicationRoot.qml b/examples/webengine/quicknanobrowser/ApplicationRoot.qml index 014b556a1..67b686541 100644 --- a/examples/webengine/quicknanobrowser/ApplicationRoot.qml +++ b/examples/webengine/quicknanobrowser/ApplicationRoot.qml @@ -56,6 +56,7 @@ QtObject { property QtObject defaultProfile: WebEngineProfile { storageName: "Profile" + offTheRecord: false } property QtObject otrProfile: WebEngineProfile { -- cgit v1.2.3