diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-07 13:04:48 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-07 13:04:48 (GMT) |
commit | 6d6cd91519842b18b2d520391d330346a2f6def1 (patch) | |
tree | 957d18172896e21475629b14d535c36f52b7bcac /src/gui/graphicsview | |
parent | eb5e587af8867fa57ee764441905bdf982ab43c6 (diff) | |
download | Qt-6d6cd91519842b18b2d520391d330346a2f6def1.zip Qt-6d6cd91519842b18b2d520391d330346a2f6def1.tar.gz Qt-6d6cd91519842b18b2d520391d330346a2f6def1.tar.bz2 |
Doc: Fixed warnings and other problems found while fixing markup.
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r-- | src/gui/graphicsview/qgraphicsscene.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/graphicsview/qgraphicsscene.cpp b/src/gui/graphicsview/qgraphicsscene.cpp index 5e5077b..16f92f2 100644 --- a/src/gui/graphicsview/qgraphicsscene.cpp +++ b/src/gui/graphicsview/qgraphicsscene.cpp @@ -130,7 +130,7 @@ item on the scene gains focus, the scene automatically gains focus. If the scene has focus, hasFocus() will return true, and key events will be forwarded to the focus item, if any. If the scene loses focus, (i.e., - someone calls clearFocus(),) while an item has focus, the scene will + someone calls clearFocus()) while an item has focus, the scene will maintain its item focus information, and once the scene regains focus, it will make sure the last focus item regains focus. @@ -3104,8 +3104,8 @@ bool QGraphicsScene::stickyFocus() const \list \o If the item receives a mouse release event when there are no other buttons pressed, it loses the mouse grab. - \o If the item becomes invisible (i.e., someone calls \c {item->setVisible(false))}, - or if it becomes disabled (i.e., someone calls \c {item->setEnabled(false))}, + \o If the item becomes invisible (i.e., someone calls \c {item->setVisible(false)}), + or if it becomes disabled (i.e., someone calls \c {item->setEnabled(false)}), it loses the mouse grab. \o If the item is removed from the scene, it loses the mouse grab. \endlist |