summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-07-08 18:58:46 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-07-08 18:58:46 (GMT)
commitaba1572d588396d3c9e29192ae86047b5b10070a (patch)
tree4bbe9fcfc13109cf93b695e33461d9f744e7d60b
parentd57b3d15b18c8b1005beedc26a3ef99259b14a0f (diff)
downloadQt-aba1572d588396d3c9e29192ae86047b5b10070a.zip
Qt-aba1572d588396d3c9e29192ae86047b5b10070a.tar.gz
Qt-aba1572d588396d3c9e29192ae86047b5b10070a.tar.bz2
Doc: Fixed incorrect QML property type.
Reviewed-by: Trust Me
-rw-r--r--src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp
index 0342c9f..9dcba60 100644
--- a/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp
+++ b/src/3rdparty/webkit/WebKit/qt/declarative/qdeclarativewebview.cpp
@@ -612,7 +612,7 @@ QAction* QDeclarativeWebView::stopAction() const
#endif // QT_NO_ACTION
/*!
- \qmlproperty real WebView::title
+ \qmlproperty string WebView::title
This property holds the title of the web page currently viewed
By default, this property contains an empty string.