summaryrefslogtreecommitdiff
path: root/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2014-05-12 15:02:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-12 19:11:32 +0200
commit6f5e9d0355872be7ab944f08ca1362c6f5bc7879 (patch)
treef012eff87732c66d91b5a25f23276f854c889c8a /src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
parent43db107bcc29a54044b020544e3874048687d8e7 (diff)
downloadqtwebengine-6f5e9d0355872be7ab944f08ca1362c6f5bc7879.tar.gz
Fix up some more documentation.
Removes methods from the documentation that no longer exist. Removes left over instance of Qt WebKit / WebKit instead of Qt WebEngine / Chromium in the documentation. Change-Id: I27e1d41fc16116a60f94c3369f76ddfed60e4380 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.qdoc23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
index 3ddb45dd1..0cc90fb07 100644
--- a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
@@ -24,7 +24,6 @@
/*!
\class QWebEngineHistoryItem
- \since 4.4
\brief The QWebEngineHistoryItem class represents one item in the history of a QWebEnginePage
\inmodule QtWebEngine
@@ -95,13 +94,11 @@
/*!
\fn bool QWebEngineHistoryItem::isValid() const
- \since 4.5
Returns whether this is a valid history item.
*/
/*!
\class QWebEngineHistory
- \since 4.4
\brief The QWebEngineHistory class represents the history of a QWebEnginePage
\inmodule QtWebEngine
@@ -217,7 +214,6 @@
/*!
\fn int QWebEngineHistory::currentItemIndex() const
- \since 4.5
Returns the index of the current item in history.
*/
@@ -232,24 +228,7 @@
*/
/*!
- \fn int QWebEngineHistory::maximumItemCount() const
- \since 4.5
- Returns the maximum number of items in the history.
-
- \sa setMaximumItemCount()
-*/
-
-/*!
- \fn void QWebEngineHistory::setMaximumItemCount(int count)
- \since 4.5
- Sets the maximum number of items in the history to \a count.
-
- \sa maximumItemCount()
-*/
-
-/*!
\fn QDataStream& operator<<(QDataStream& target, const QWebEngineHistory& history)
- \since 4.6
\relates QWebEngineHistory
\brief The operator<< function streams a history into a data stream.
@@ -261,10 +240,8 @@
/*!
\fn QDataStream& operator>>(QDataStream& source, QWebEngineHistory& history)
\relates QWebEngineHistory
- \since 4.6
\brief The operator>> function loads a history from a data stream.
Loads a QWebEngineHistory from the specified \a stream into the given \a history.
*/
-