Commit 65b5eebe authored by Kai Koehne's avatar Kai Koehne
Browse files

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: default avatarViktor Engelmann <viktor.engelmann@qt.io>
Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
Showing with 3 additions and 3 deletions
......@@ -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
*/
......
......@@ -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
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment