summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-07-08 18:58:46 (GMT)
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-08-02 07:57:15 (GMT)
commita4cac99f180810819e478cdb99732574ea01882e (patch)
tree2e3d605e7ef8d6c343f08984fe139170f56be791
parent489fc5fab2718b7fb1e9f23b414ac64c74b7d6e9 (diff)
downloadQt-a4cac99f180810819e478cdb99732574ea01882e.zip
Qt-a4cac99f180810819e478cdb99732574ea01882e.tar.gz
Qt-a4cac99f180810819e478cdb99732574ea01882e.tar.bz2
Doc: Fixed incorrect QML property type.
Reviewed-by: Trust Me (cherry picked from commit aba1572d588396d3c9e29192ae86047b5b10070a)
-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.