summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@nokia.com>2009-11-17 12:14:49 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-19 15:48:23 (GMT)
commite5dcb042d6e803daa38a04ecadb71ce42187194a (patch)
treec1bdfcbea382c46bb96343de9119670b6a8e129d /doc
parent1a3f6c9d613bde07345a416b5efc39913d285acd (diff)
downloadQt-e5dcb042d6e803daa38a04ecadb71ce42187194a.zip
Qt-e5dcb042d6e803daa38a04ecadb71ce42187194a.tar.gz
Qt-e5dcb042d6e803daa38a04ecadb71ce42187194a.tar.bz2
fancybrowser example: make sure that images are rotated for loaded pages
See QTBUG-5532. Reviewed-by: Jedrzej Nowacki (cherry picked from commit 9f5dea393da4428685f1a1fd26b0e27f90dca340)
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/fancybrowser.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/examples/fancybrowser.qdoc b/doc/src/examples/fancybrowser.qdoc
index 8dfbaea..61ed164 100644
--- a/doc/src/examples/fancybrowser.qdoc
+++ b/doc/src/examples/fancybrowser.qdoc
@@ -119,6 +119,10 @@
page is loaded. Once the jQuery library is loaded, we can start executing
the different jQuery functions in the browser.
+ The rotateImages() function is then called explicitely to make sure
+ that the images of the newly loaded page respect the state of the toggle
+ action.
+
\snippet examples/webkit/fancybrowser/mainwindow.cpp 7
The first jQuery-based function, \c highlightAllLinks(), is designed to