diff --git a/src/webengine/api/qquickwebenginedownloaditem.cpp b/src/webengine/api/qquickwebenginedownloaditem.cpp
index ce210b8463258a46dcd8bfbac4e660ef4afe8692..bc40e67713b53d42bbb3372b60c3fe616335924d 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 e0307ad41483500d44b99986222fd2820944fa20..0af943de817b98f17d40e61d0b0935c641aabae7 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
 {