summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-16 13:59:30 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-16 13:59:30 (GMT)
commit8f3489c8bfb18246480a489779c2d9b330474c5d (patch)
treef96b5f974bdae5f581cb6628d7c0236745b83fbc /src/3rdparty
parent07d6c4f8a92110a4fb386e184d4b0e866d897fbc (diff)
downloadQt-8f3489c8bfb18246480a489779c2d9b330474c5d.zip
Qt-8f3489c8bfb18246480a489779c2d9b330474c5d.tar.gz
Qt-8f3489c8bfb18246480a489779c2d9b330474c5d.tar.bz2
qdoc: Reorganized the QML elements table to be a dictionary...
...and a set of functional group pages.
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp
index 9dcba60..c1ca23d 100644
--- a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp
+++ b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp
@@ -139,6 +139,7 @@ void GraphicsWebView::mouseMoveEvent(QGraphicsSceneMouseEvent* event)
/*!
\qmlclass WebView QDeclarativeWebView
+ \ingroup qml-view-elements
\since 4.7
\brief The WebView item allows you to add web content to a canvas.
\inherits Item