summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginehistory.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-11-30 14:49:28 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-12-10 12:45:05 +0000
commit89315f81abf11c9f5096d63b2bce2200ab45a9e7 (patch)
tree8ca8a27970c57e4df363b4c41c0857f5a30aed19 /src/webengine/api/qquickwebenginehistory.cpp
parent12ee6f4ce7c72d1cdbfa356e8357e44716a9e1e1 (diff)
Remove explicit version \inqmlmodule
Also bump version in \qmlmodule QtWebEngine 1.2 Change-Id: I4d0379a3a46548e626508a8cf1fad51f742c8ddb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/webengine/api/qquickwebenginehistory.cpp')
-rw-r--r--src/webengine/api/qquickwebenginehistory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webengine/api/qquickwebenginehistory.cpp b/src/webengine/api/qquickwebenginehistory.cpp
index 175b52248..d790093a4 100644
--- a/src/webengine/api/qquickwebenginehistory.cpp
+++ b/src/webengine/api/qquickwebenginehistory.cpp
@@ -121,7 +121,7 @@ int QQuickWebEngineForwardHistoryListModelPrivate::offsetForIndex(int index) con
/*!
\qmltype WebEngineHistoryListModel
\instantiates QQuickWebEngineHistoryListModel
- \inqmlmodule QtWebEngine 1.1
+ \inqmlmodule QtWebEngine
\since QtWebEngine 1.1
\brief A data model that represents the history of a web engine page.
@@ -208,7 +208,7 @@ QQuickWebEngineHistoryPrivate::~QQuickWebEngineHistoryPrivate()
/*!
\qmltype WebEngineHistory
\instantiates QQuickWebEngineHistory
- \inqmlmodule QtWebEngine 1.1
+ \inqmlmodule QtWebEngine
\since QtWebEngine 1.1
\brief Provides data models that represent the history of a web engine page.