From 35b00ef95fe05dbda8af6e35dbefefc0de17a1dd Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@qt.io>
Date: Thu, 26 Sep 2019 16:30:26 +0200
Subject: [PATCH] Doc: Update the module version to 1.10

This value is used for the version number in the
import statements of all QML types in the module.

Change-Id: I7c0a384421973d97334d40b285a64d6080c9c911
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
---
 src/webengine/doc/src/qtwebengine-qmlmodule.qdoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc b/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
index 540d74035..44e6c7e27 100644
--- a/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
+++ b/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \qmlmodule QtWebEngine 1.9
+    \qmlmodule QtWebEngine 1.10
     \title Qt WebEngine QML Types
     \brief Provides QML types for rendering web content within a QML application.
     \ingroup qtwebengine-modules
@@ -36,7 +36,7 @@
     your .qml file:
 
     \badcode
-    import QtWebEngine 1.9
+    import QtWebEngine 1.10
     \endcode
 
     To link against the module, add the following QT variable to your qmake .pro
-- 
GitLab