summaryrefslogtreecommitdiffstats
path: root/src/core/profile_adapter.h
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2019-01-24 17:42:39 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-01-30 15:58:34 +0000
commitf2bdf9af580dd7f8676948c6437b33a01dfc8894 (patch)
treefc4caa04d760849b6bc9f8d902ac290732a10771 /src/core/profile_adapter.h
parentb573b064c5f724c56a77d68b32ce8e3c16694a4f (diff)
Answer permission checks for clipboard permissions
Wire page settings into clipboard permissions and add some auto test. Task-number: QTBUG-72714 Change-Id: If921c65cdff7f55a48340d90fc593071febc6ebe Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/profile_adapter.h')
-rw-r--r--src/core/profile_adapter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/profile_adapter.h b/src/core/profile_adapter.h
index f2a5cdb49..9bc92b54a 100644
--- a/src/core/profile_adapter.h
+++ b/src/core/profile_adapter.h
@@ -153,6 +153,8 @@ public:
// NotificationPermission = 2,
AudioCapturePermission = 3,
VideoCapturePermission = 4,
+ ClipboardRead = 5,
+ ClipboardWrite = 6,
};
HttpCacheType httpCacheType() const;