summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/docs/qtwebkit-goes-mobile.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/docs/qtwebkit-goes-mobile.qdoc')
-rw-r--r--Source/WebKit/qt/docs/qtwebkit-goes-mobile.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebKit/qt/docs/qtwebkit-goes-mobile.qdoc b/Source/WebKit/qt/docs/qtwebkit-goes-mobile.qdoc
index f1236b9c0..60787721e 100644
--- a/Source/WebKit/qt/docs/qtwebkit-goes-mobile.qdoc
+++ b/Source/WebKit/qt/docs/qtwebkit-goes-mobile.qdoc
@@ -155,9 +155,9 @@
More info can be found in the
\l{http://developer.apple.com/safari/library/documentation/appleapplications/reference/safariwebcontent/usingtheviewport/usingtheviewport.html}{Safari Developer Library}.
- You must connect the signal \c{QWebPage::viewportChangeRequested(const
- QWebPage::ViewportHints& hints)} to a slot of your mobile web view and use what
- is provided by \l{QWebPage::ViewportHints} to update your viewport size, scale
+ You must connect the signal \c{QWebPage::viewportChangeRequested()}
+ to a slot of your mobile web view and use what
+ is provided by \l{QWebPage::ViewportAttributes} to update your viewport size, scale
range, and so on.