diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-19 09:52:23 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-19 09:52:23 (GMT) |
commit | eaee2e3b70a5e245b82fa8991d7ff580e6e48132 (patch) | |
tree | a86fa7fd804f80c30fe996f711aa02f2c00500b9 /doc/src/examples/tooltips.qdoc | |
parent | ffecdf0bf9f25f7ab9aa4f69e37507dd595fecea (diff) | |
parent | ba5fb9f05c891feac8ab69006189de1aaafebc18 (diff) | |
download | Qt-eaee2e3b70a5e245b82fa8991d7ff580e6e48132.zip Qt-eaee2e3b70a5e245b82fa8991d7ff580e6e48132.tar.gz Qt-eaee2e3b70a5e245b82fa8991d7ff580e6e48132.tar.bz2 |
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'doc/src/examples/tooltips.qdoc')
-rw-r--r-- | doc/src/examples/tooltips.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/tooltips.qdoc b/doc/src/examples/tooltips.qdoc index 5daa2b2..78b350b 100644 --- a/doc/src/examples/tooltips.qdoc +++ b/doc/src/examples/tooltips.qdoc @@ -353,7 +353,7 @@ Whenever the user creates a new shape item, we want the new item to appear at a random position, and we use the \c randomItemPosition() function to calculate such a position. We - make sure that the item appears within the the visible area of the + make sure that the item appears within the visible area of the \c SortingBox widget, using the widget's current width and heigth when calculating the random coordinates. |