summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-06-10 00:49:13 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-06-10 01:23:50 (GMT)
commitd346ba1ec7a1becd5120fbe181da0374606481c6 (patch)
tree72c7a4062209068e2115939ff763f42b7a288401 /src/imports
parent8bb9652901085ad27e757848b587fff2ca4c7857 (diff)
downloadQt-d346ba1ec7a1becd5120fbe181da0374606481c6.zip
Qt-d346ba1ec7a1becd5120fbe181da0374606481c6.tar.gz
Qt-d346ba1ec7a1becd5120fbe181da0374606481c6.tar.bz2
Add 'on' prefix to documentation of signals
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/webkit/qdeclarativewebview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/webkit/qdeclarativewebview.cpp b/src/imports/webkit/qdeclarativewebview.cpp
index 9e5647f..383f1ce 100644
--- a/src/imports/webkit/qdeclarativewebview.cpp
+++ b/src/imports/webkit/qdeclarativewebview.cpp
@@ -1163,9 +1163,9 @@ QString QDeclarativeWebPage::chooseFile(QWebFrame *originatingFrame, const QStri
}
/*!
- \qmlsignal WebView::alert(message)
+ \qmlsignal WebView::onAlert(message)
- This signal is emitted when the web engine sends a JavaScript alert. The \a message is the text
+ This 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.
*/