summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-10-02 09:54:21 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-10-03 09:24:45 +0200
commit7059162155a82ddd109ce812a74b234598f50cd7 (patch)
tree596c7d14d312a9bca842a9bdaf26a843c6e185a0 /src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
parentb0d0c6c3d528fb2cd93b30876e324f9ad0e2b6cb (diff)
Doc: Use proper module name for Qt WebEngine Widgets
Fix the name used for the \module command to include the module name to properly generate the C++ class reference page for Qt WebEngine Widgets, and link to the new page from the module landing page. Change-Id: If0814650fa16ecf1b5c66e8e46e598d576a8c21d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc')
-rw-r--r--src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
index 76a0a075d..1e791c03a 100644
--- a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
@@ -26,7 +26,7 @@
\class QWebEngineHistoryItem
\brief The QWebEngineHistoryItem class represents one item in the history of a QWebEnginePage
- \inmodule QtWebEngine
+ \inmodule QtWebEngineWidgets
Each QWebEngineHistoryItem instance represents an entry in the history stack of a Web page,
containing information about the page, its location, and when it was last visited.
@@ -101,7 +101,7 @@
\class QWebEngineHistory
\brief The QWebEngineHistory class represents the history of a QWebEnginePage
- \inmodule QtWebEngine
+ \inmodule QtWebEngineWidgets
Each QWebEnginePage instance contains a history of visited pages that can be accessed
by QWebEnginePage::history(). QWebEngineHistory represents this history and makes it possible