diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-10-06 13:46:33 (GMT) |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2010-10-06 14:07:29 (GMT) |
commit | a9a35d40f14751d0d9a0c82696c4b5cd0090bbea (patch) | |
tree | 615f2150de925cb22a53c22ff2fa31da870907de /src | |
parent | e84ab1fee7f44a28ee82793f83b0b27d04d28c09 (diff) | |
download | Qt-a9a35d40f14751d0d9a0c82696c4b5cd0090bbea.zip Qt-a9a35d40f14751d0d9a0c82696c4b5cd0090bbea.tar.gz Qt-a9a35d40f14751d0d9a0c82696c4b5cd0090bbea.tar.bz2 |
Doc: fix description of the expected behavior for QGraphicsItem::cursor
It was fixed for setCursor in 600ff0193c9bfac4d2b40960766002e8b81aca22.
Reviewed-by: Alexis
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index fc44a44..60cd020 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -2125,7 +2125,7 @@ void QGraphicsItem::setToolTip(const QString &toolTip) \snippet doc/src/snippets/code/src_gui_graphicsview_qgraphicsitem.cpp 2 - If no cursor has been set, the parent's cursor is used. + If no cursor has been set, the cursor of the item beneath is used. \sa setCursor(), hasCursor(), unsetCursor(), QWidget::cursor, QApplication::overrideCursor() |