diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-02 17:12:27 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-02 17:12:27 (GMT) |
commit | aacf7c5a8b98f0dd4039d7f7a9d0471c32034a3b (patch) | |
tree | 7cedeafc82f1a3022fe84f8142a58ac194beb76a /src/3rdparty/webkit | |
parent | b38fa28a246bd039593bff732ea7c195dc7e5af9 (diff) | |
download | Qt-aacf7c5a8b98f0dd4039d7f7a9d0471c32034a3b.zip Qt-aacf7c5a8b98f0dd4039d7f7a9d0471c32034a3b.tar.gz Qt-aacf7c5a8b98f0dd4039d7f7a9d0471c32034a3b.tar.bz2 |
Doc: qdoc fixes.
Diffstat (limited to 'src/3rdparty/webkit')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp index c1ca23d..1538133 100644 --- a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp +++ b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp @@ -389,7 +389,7 @@ void QDeclarativeWebView::setPreferredHeight(int height) } /*! - \qmlmethod bool WebView::evaluateJavaScript(string) + \qmlmethod bool WebView::evaluateJavaScript(string scriptSource) Evaluates the \a scriptSource JavaScript inside the context of the main web frame, and returns the result of the last executed statement. @@ -513,14 +513,14 @@ void QDeclarativeWebView::setRenderingEnabled(bool enabled) } /*! - \qmlsignal WebView::onDoubleClick(clickx, clicky) + \qmlsignal WebView::onDoubleClick(int clickx, int clicky) The WebView does not pass double-click events to the web engine, but rather emits this signals. */ /*! - \qmlmethod bool WebView::heuristicZoom(clickX,clickY,maxzoom) + \qmlmethod bool WebView::heuristicZoom(int clickX, int clickY, real maxzoom) Finds a zoom that: \list @@ -976,7 +976,7 @@ QString QDeclarativeWebPage::chooseFile(QWebFrame* originatingFrame, const QStri } /*! - \qmlsignal WebView::onAlert(message) + \qmlsignal WebView::onAlert(string message) The handler is called when the web engine sends a JavaScript alert. The \a message is the text to be displayed in the alert to the user. |