Fix typo in setGraphicsEffect() occurrences.

Change-Id: Iaca926ab47670616b55b0ab7ab735710237a5df8
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Mitch Curtis 2013-07-10 13:20:53 +02:00 committed by The Qt Project
parent 001b80305a
commit 1ff0ac9415
2 changed files with 2 additions and 2 deletions

View File

@ -2741,7 +2741,7 @@ QGraphicsEffect *QGraphicsItem::graphicsEffect() const
the new \a effect. You can delete an existing effect by calling the new \a effect. You can delete an existing effect by calling
setGraphicsEffect(0). 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. the effect from the item and install it on this item.
QGraphicsItem takes ownership of \a effect. QGraphicsItem takes ownership of \a effect.

View File

@ -4836,7 +4836,7 @@ QGraphicsEffect *QWidget::graphicsEffect() const
on this widget, QWidget will delete the existing effect before installing on this widget, QWidget will delete the existing effect before installing
the new \a effect. 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. the effect from the widget and install it on this widget.
QWidget takes ownership of \a effect. QWidget takes ownership of \a effect.