summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginewidgets/doc')
-rw-r--r--src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc
index a19f36951..5750d05f1 100644
--- a/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc
@@ -133,19 +133,19 @@
\value FullScreenSupportEnabled
Enables fullscreen support in an application. Disabled by default.
\value ScreenCaptureEnabled
- Enables screen capture in an application. Disabled by default.
+ Enables screen capture in an application. Disabled by default. (Added in Qt 5.7)
\value WebGLEnabled
- Enables support for HTML 5 WebGL. Enabled by default if available.
+ Enables support for HTML 5 WebGL. Enabled by default if available. (Added in Qt 5.7)
\value WebAudioEnabled
- Enables support for HTML 5 WebAudio. Disabled by default.
+ Enables support for HTML 5 WebAudio. Disabled by default. (Added in Qt 5.7)
\value Accelerated2dCanvasEnabled
Specifies whether the HTML5 2D canvas should be a OpenGL framebuffer.
- This makes many painting operations faster, but slows down pixel access. Enabled by default if available.
+ This makes many painting operations faster, but slows down pixel access. Enabled by default if available. (Added in Qt 5.7)
\value AutoLoadIconsForPage
- Automatically downloads icons for web pages. Enabled by default.
+ Automatically downloads icons for web pages. Enabled by default. (Added in Qt 5.7)
\value TouchIconsEnabled
- Enables support for touch icons and precomposed touch icons.
- Disabled by default.
+ Enables support for touch icons and precomposed touch icons
+ Disabled by default. (Added in Qt 5.7)
*/
/*!