summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_settings.h
diff options
context:
space:
mode:
authorMichael Bruning <michael.bruning@theqtcompany.com>2015-11-05 18:33:59 +0100
committerMichael BrĂ¼ning <michael.bruning@theqtcompany.com>2015-11-16 13:37:55 +0000
commit2abe1f1b5a317339105a37d6f0ff8450b945d338 (patch)
treed349646be29d5dcf9f9ee2c131a10cd0ca4a1e42 /src/core/web_engine_settings.h
parentba22dbc0446d688a17f920fa4cfd6a3cefb29bdd (diff)
Add MediaCaptureEnabled setting to the web engine settings.
Defaults to off. Change-Id: I416116ce07c8b7f5b24ad6e329390358406eadca Task-number: QTBUG-48801 Reviewed-by: Szabolcs David <davidsz@inf.u-szeged.hu> Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'src/core/web_engine_settings.h')
-rw-r--r--src/core/web_engine_settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_engine_settings.h b/src/core/web_engine_settings.h
index 29ef079b7..d850bd1ef 100644
--- a/src/core/web_engine_settings.h
+++ b/src/core/web_engine_settings.h
@@ -73,6 +73,7 @@ public:
ErrorPageEnabled,
PluginsEnabled,
FullScreenSupportEnabled,
+ ScreenCaptureEnabled
};
// Must match the values from the public API in qwebenginesettings.h.