summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2014-05-16 18:55:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-19 16:59:11 +0200
commit106af9777253acb7c7f8061a8155b5df546ad93a (patch)
tree131f6e8557e1f4706b8b131e820893e40e2d468f /src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
parent8a78f43517a8d36c42caeedf3e529425bb000c21 (diff)
Fix some more documentation.
Adds the license for Chromium to the legalese part. Adds some missing documentation to QWebEngineView and QWebEnginePage. Change-Id: Ie81aaa87db85bb72efb83680defbdb101a134df0 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@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 0cc90fb07..76a0a075d 100644
--- a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
@@ -228,7 +228,7 @@
*/
/*!
- \fn QDataStream& operator<<(QDataStream& target, const QWebEngineHistory& history)
+ \fn QDataStream& operator<<(QDataStream& stream, const QWebEngineHistory& history)
\relates QWebEngineHistory
\brief The operator<< function streams a history into a data stream.
@@ -238,7 +238,7 @@
/*!
- \fn QDataStream& operator>>(QDataStream& source, QWebEngineHistory& history)
+ \fn QDataStream& operator>>(QDataStream& stream, QWebEngineHistory& history)
\relates QWebEngineHistory
\brief The operator>> function loads a history from a data stream.