summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-01-16 18:20:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-15 17:03:28 +0200
commitbeb4ff332ca5b8406a75e8b2146464c5b0a81abd (patch)
treecb949f8710876153acaa146eda29abf89447a9f4 /src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
parent84ced937a0f9f2874e32e16c4c6ebf72b46904c9 (diff)
Cleanup the QtWebEngineWidgets public headers and API
Headers were left intact to leave a trace of the evolution compared to the QtWebKit API and to make it easier to work until we had a basic subset of the API implemented. With the upcoming release, this patch removes this convenience in the aim of starting polishing the headers and the documentation for the upcoming release. Change-Id: Iae436b4ec041d771a7002575e122835802bc9f3e Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Diffstat (limited to 'src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc')
-rw-r--r--src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc40
1 files changed, 4 insertions, 36 deletions
diff --git a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
index 83bc8ecdf..3ddb45dd1 100644
--- a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
@@ -41,15 +41,9 @@
\row \li url() \li The location of the page.
\row \li originalUrl() \li The URL used to access the page.
\row \li lastVisited() \li The date and time of the user's last visit to the page.
- \row \li icon() \li The icon associated with the page that was provided by the server.
- \row \li userData() \li The user specific data that was stored with the history item.
\endtable
- \note QWebEngineHistoryItem objects are value based, but \e{explicitly shared}. Changing
- a QWebEngineHistoryItem instance by calling setUserData() will change all copies of that
- instance.
-
- \sa QWebEngineHistory, QWebEnginePage::history(), QWebEngineHistoryInterface
+ \sa QWebEngineHistory, QWebEnginePage::history()
*/
/*!
@@ -89,40 +83,14 @@
\fn QString QWebEngineHistoryItem::title() const
Returns the title of the page associated with the history item.
- \sa icon(), url(), lastVisited()
+ \sa url(), lastVisited()
*/
/*!
\fn QDateTime QWebEngineHistoryItem::lastVisited() const
Returns the date and time that the page associated with the item was last visited.
- \sa title(), icon(), url()
-*/
-
-/*!
- \fn QIcon QWebEngineHistoryItem::icon() const
- Returns the icon associated with the history item.
-
- \sa title(), url(), lastVisited()
-*/
-
-/*!
- \fn QVariant QWebEngineHistoryItem::userData() const
- \since 4.5
- Returns the user specific data that was stored with the history item.
-
- \sa setUserData()
-*/
-
-/*!
- \fn void QWebEngineHistoryItem::setUserData(const QVariant& userData)
- \since 4.5
-
- Stores user specific data \a userData with the history item.
-
- \note All copies of this item will be modified.
-
- \sa userData()
+ \sa title(), url()
*/
/*!
@@ -161,7 +129,7 @@
QWebEngineHistory's state can be saved to a QDataStream using the >> operator and loaded
by using the << operator.
- \sa QWebEngineHistoryItem, QWebEngineHistoryInterface, QWebEnginePage
+ \sa QWebEngineHistoryItem, QWebEnginePage
*/
/*!