summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
diff options
context:
space:
mode:
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.