summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_settings.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-07-08 14:14:21 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-07-17 11:33:07 +0000
commitc53fd1412efebbbf11798fb81735a520c72464e0 (patch)
tree8e3bb3341995cade606eb8478388509cf6f58efc /src/core/web_engine_settings.h
parente3a2cea65ab39e111496b9d4caa8c4807ad41894 (diff)
Export fullscreen support setting to QML API
Let applications tell QtWebEngine whether they support the fullscreen API or not. Change-Id: I97681cf1c68a9d7a3b8bb7dcca861ec0b0a79ed6 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/web_engine_settings.h')
-rw-r--r--src/core/web_engine_settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/web_engine_settings.h b/src/core/web_engine_settings.h
index a59a7f5fd..1d8f83184 100644
--- a/src/core/web_engine_settings.h
+++ b/src/core/web_engine_settings.h
@@ -71,7 +71,8 @@ public:
HyperlinkAuditingEnabled,
ScrollAnimatorEnabled,
ErrorPageEnabled,
- PluginsEnabled
+ PluginsEnabled,
+ FullscreenSupportEnabled,
};
// Must match the values from the public API in qwebenginesettings.h.