summaryrefslogtreecommitdiffstats
path: root/src/webengine
diff options
context:
space:
mode:
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
{