Commit 35b00ef9 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

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: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 2 additions and 2 deletions
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\qmlmodule QtWebEngine 1.9 \qmlmodule QtWebEngine 1.10
\title Qt WebEngine QML Types \title Qt WebEngine QML Types
\brief Provides QML types for rendering web content within a QML application. \brief Provides QML types for rendering web content within a QML application.
\ingroup qtwebengine-modules \ingroup qtwebengine-modules
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
your .qml file: your .qml file:
\badcode \badcode
import QtWebEngine 1.9 import QtWebEngine 1.10
\endcode \endcode
To link against the module, add the following QT variable to your qmake .pro To link against the module, add the following QT variable to your qmake .pro
......
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