summaryrefslogtreecommitdiffstats
path: root/src/webengine
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-04-07 10:53:12 +0200
committerKai Koehne <kai.koehne@qt.io>2017-04-10 11:42:09 +0000
commit65b5eebefa991f19eecc6e54071469c60eafc417 (patch)
tree6c0f10006e63ad25ac2caf41f68d9735246d2893 /src/webengine
parentf4a46f6c7e0ae9b6c25315415ff0aac39ad152bb (diff)
Doc: Fix QtWebEngine version number
The latest version for Qt Webengine in 5.9 will be 1.5, not 1.6. Change-Id: Ibae42f24f4b7477901923ff0ef5436642599f365 Reviewed-by: Viktor Engelmann <viktor.engelmann@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/webengine')
-rw-r--r--src/webengine/api/qquickwebenginedownloaditem.cpp4
-rw-r--r--src/webengine/api/qquickwebenginenewviewrequest.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/webengine/api/qquickwebenginedownloaditem.cpp b/src/webengine/api/qquickwebenginedownloaditem.cpp
index ce210b846..bc40e6771 100644
--- a/src/webengine/api/qquickwebenginedownloaditem.cpp
+++ b/src/webengine/api/qquickwebenginedownloaditem.cpp
@@ -368,7 +368,7 @@ QQuickWebEngineDownloadItem::DownloadType QQuickWebEngineDownloadItem::type() co
/*!
\qmlproperty enumeration WebEngineDownloadItem::interruptReason
\readonly
- \since QtWebEngine 1.6
+ \since QtWebEngine 1.5
Returns the reason why the download was interrupted:
@@ -416,7 +416,7 @@ QQuickWebEngineDownloadItem::DownloadInterruptReason QQuickWebEngineDownloadItem
/*!
\qmlproperty string WebEngineDownloadItem::interruptReasonString
Returns a human-readable description of the reason for interrupting the download.
- \since QtWebEngine 1.6
+ \since QtWebEngine 1.5
\sa interruptReason
*/
diff --git a/src/webengine/api/qquickwebenginenewviewrequest.cpp b/src/webengine/api/qquickwebenginenewviewrequest.cpp
index e0307ad41..0af943de8 100644
--- a/src/webengine/api/qquickwebenginenewviewrequest.cpp
+++ b/src/webengine/api/qquickwebenginenewviewrequest.cpp
@@ -74,7 +74,7 @@ QQuickWebEngineView::NewViewDestination QQuickWebEngineNewViewRequest::destinati
/*!
\qmlproperty QUrl WebEngineNewViewRequest::requestedUrl
The URL that is requested by the page.
- \since QtWebEngine 1.6
+ \since QtWebEngine 1.5
*/
QUrl QQuickWebEngineNewViewRequest::requestedUrl() const
{