summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@nokia.com>2009-11-17 12:14:49 (GMT)
committerJocelyn Turcotte <jocelyn.turcotte@nokia.com>2009-11-18 12:00:01 (GMT)
commit9f5dea393da4428685f1a1fd26b0e27f90dca340 (patch)
tree93d79c69048a2668832402ce55f0ac6d8d3989b2 /doc/src/examples
parentd5a92bdd3f0f355a05b8f6ceac577f0c12c3bd5d (diff)
downloadQt-9f5dea393da4428685f1a1fd26b0e27f90dca340.zip
Qt-9f5dea393da4428685f1a1fd26b0e27f90dca340.tar.gz
Qt-9f5dea393da4428685f1a1fd26b0e27f90dca340.tar.bz2
fancybrowser example: make sure that images are rotated for loaded pages
See QTBUG-5532. Reviewed-by: Jedrzej Nowacki
Diffstat (limited to 'doc/src/examples')
-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 bc63010..4a9eaec 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