Fix typo in QGraphicsItem documentation.
Change-Id: I69e7be75ec8164b81c2cd64fc0d4b475495a3db9 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
00859fe32f
commit
6f4f844689
@ -1658,8 +1658,8 @@ const QGraphicsObject *QGraphicsItem::toGraphicsObject() const
|
||||
the parent. You should not \l{QGraphicsScene::addItem()}{add} the
|
||||
item to the scene yourself.
|
||||
|
||||
Calling this function on an item that is an ancestor of \a newParent
|
||||
have undefined behaviour.
|
||||
The behavior when calling this function on an item that is an ancestor of
|
||||
\a newParent is undefined.
|
||||
|
||||
\sa parentItem(), childItems()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user