summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-06 01:59:48 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-06 01:59:48 (GMT)
commit1641e1845b51c83e95f613486a22a76d9e7f5948 (patch)
tree06b47e101c675d0a389f412b6fe57bd794562f49
parent32c0739fa396829048c9a25d799adb4101a284e7 (diff)
downloadQt-1641e1845b51c83e95f613486a22a76d9e7f5948.zip
Qt-1641e1845b51c83e95f613486a22a76d9e7f5948.tar.gz
Qt-1641e1845b51c83e95f613486a22a76d9e7f5948.tar.bz2
doc
-rw-r--r--src/declarative/graphicsitems/qmlgraphicswebview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicswebview.cpp b/src/declarative/graphicsitems/qmlgraphicswebview.cpp
index 5ce0ee8..7204767 100644
--- a/src/declarative/graphicsitems/qmlgraphicswebview.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicswebview.cpp
@@ -464,7 +464,8 @@ void QmlGraphicsWebView::setPreferredWidth(int iw)
/*!
\qmlproperty int WebView::webPageWidth
- This property holds the page width suggested to the web engine.
+ This property holds the page width suggested to the web engine. The zoomFactor
+ will be changed to fit this with in preferredWidth.
*/
int QmlGraphicsWebView::webPageWidth() const
{