Fix typo in setGraphicsEffect() occurrences.
Change-Id: Iaca926ab47670616b55b0ab7ab735710237a5df8 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
001b80305a
commit
1ff0ac9415
|
|
@ -2741,7 +2741,7 @@ QGraphicsEffect *QGraphicsItem::graphicsEffect() const
|
|||
the new \a effect. You can delete an existing effect by calling
|
||||
setGraphicsEffect(0).
|
||||
|
||||
If \a effect is the installed on a different item, setGraphicsEffect() will remove
|
||||
If \a effect is the installed effect on a different item, setGraphicsEffect() will remove
|
||||
the effect from the item and install it on this item.
|
||||
|
||||
QGraphicsItem takes ownership of \a effect.
|
||||
|
|
|
|||
|
|
@ -4836,7 +4836,7 @@ QGraphicsEffect *QWidget::graphicsEffect() const
|
|||
on this widget, QWidget will delete the existing effect before installing
|
||||
the new \a effect.
|
||||
|
||||
If \a effect is the installed on a different widget, setGraphicsEffect() will remove
|
||||
If \a effect is the installed effect on a different widget, setGraphicsEffect() will remove
|
||||
the effect from the widget and install it on this widget.
|
||||
|
||||
QWidget takes ownership of \a effect.
|
||||
|
|
|
|||
Loading…
Reference in New Issue