diff options
Diffstat (limited to 'Source/WebKit/qt/declarative/qdeclarativewebview.cpp')
-rw-r--r-- | Source/WebKit/qt/declarative/qdeclarativewebview.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebKit/qt/declarative/qdeclarativewebview.cpp b/Source/WebKit/qt/declarative/qdeclarativewebview.cpp index d184c087e..cdfcf53b8 100644 --- a/Source/WebKit/qt/declarative/qdeclarativewebview.cpp +++ b/Source/WebKit/qt/declarative/qdeclarativewebview.cpp @@ -152,7 +152,9 @@ bool GraphicsWebView::sceneEvent(QEvent *event) } /*! - \qmlclass WebView QDeclarativeWebView + \qmltype WebView + \instantiates QDeclarativeWebView + \inqmlmodule QtWebKit 1.0 \ingroup qml-view-elements \since 4.7 \brief The WebView item allows you to add Web content to a canvas. |