From 106af9777253acb7c7f8061a8155b5df546ad93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCning?= Date: Fri, 16 May 2014 18:55:51 +0200 Subject: 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 --- src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc') 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. -- cgit v1.2.3