aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/RadialBlur.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-11-07 12:05:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-07 14:42:26 +0100
commitc640a496d63036ead177dd006ef56b9b12d962bb (patch)
treeb5ab94af35d75f0864e24ae782f97dcb72ebd7d7 /src/effects/RadialBlur.qml
parentd6fed8cb61f74ec491ef3fb297d8fe6167505cc6 (diff)
Document recursion limitations of the graphical effects.v5.2.0-rc1v5.2.0
Task-number: QTBUG-31902 Change-Id: Id9d81ffddda3ee666840f602bb8c85ff00545547 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/effects/RadialBlur.qml')
-rw-r--r--src/effects/RadialBlur.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effects/RadialBlur.qml b/src/effects/RadialBlur.qml
index 588608d..26315aa 100644
--- a/src/effects/RadialBlur.qml
+++ b/src/effects/RadialBlur.qml
@@ -76,6 +76,9 @@ Item {
/*!
This property defines the source item that is going to be blurred.
+
+ \note It is not supported to let the effect include itself, for
+ instance by setting source to the effect's parent.
*/
property variant source