summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/fancybrowser.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/fancybrowser.qdoc')
-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