summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-03-31 11:57:19 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2016-04-01 10:07:58 +0000
commita66ba23359b1bd04a2d77357cf27c891249a8316 (patch)
tree85cd0558195a904dda3fa08b9d33d4774e40a10c /src/webenginewidgets/doc
parent09733f9fd1056ab578a184598808ebc81140da31 (diff)
Doc: Mark enums new in Qt 5.7
Change-Id: Ic1b3cbf9e29b553a36e55b3575382494761aaaf8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
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)
*/
/*!