summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-07-10 13:20:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-11 10:56:49 +0200
commit1ff0ac9415f7933b9fc9043646028897d87cbdb1 (patch)
treea3a2258fa1a616a82879452f722455bcf0c6c8aa /src/widgets/kernel/qwidget.cpp
parent001b80305addc5e47a1c80f6629a757178d95c81 (diff)
Fix typo in setGraphicsEffect() occurrences.
Change-Id: Iaca926ab47670616b55b0ab7ab735710237a5df8 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/widgets/kernel/qwidget.cpp')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index c6bd387a90..7cb0979c06 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -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.