summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-13 10:56:37 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-13 17:09:43 +0000
commitb54b46c70fd7c092c30c748655389df44ba6ced9 (patch)
tree7c8efe1c2324d22f04d6001135742fd1f1274529 /tests/auto/widgets/widgets.pro
parent9553493c55ff35215601de794e396605ae39a0e4 (diff)
Set off-the-record to true as documented
The API had no way of setting off-the-record, because the constructor meant for it set it to false. The patch fixes the constructor and adds basic API tests for the QWebEngineProfiles. Change-Id: I407eb4a4b0524b6c4eb944d17d744620dd9db6fb Task-number: QTBUG-48724 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'tests/auto/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 2dbb498d1..2c8296cb8 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -6,8 +6,9 @@ SUBDIRS += \
qwebengineaccessibility \
qwebengineframe \
qwebenginepage \
- qwebenginehistoryinterface \
- qwebengineview \
qwebenginehistory \
+ qwebenginehistoryinterface \
qwebengineinspector \
+ qwebengineprofile \
qwebenginescript \
+ qwebengineview