diff options
author | Gunnar Sletta <gunnar.sletta@digia.com> | 2013-11-07 12:05:08 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-07 14:42:26 +0100 |
commit | c640a496d63036ead177dd006ef56b9b12d962bb (patch) | |
tree | b5ab94af35d75f0864e24ae782f97dcb72ebd7d7 /src/effects/Displace.qml | |
parent | d6fed8cb61f74ec491ef3fb297d8fe6167505cc6 (diff) | |
download | qtgraphicaleffects-c640a496d63036ead177dd006ef56b9b12d962bb.tar.gz qtgraphicaleffects-c640a496d63036ead177dd006ef56b9b12d962bb.tar.bz2 qtgraphicaleffects-c640a496d63036ead177dd006ef56b9b12d962bb.zip |
Document recursion limitations of the graphical effects.
Task-number: QTBUG-31902
Change-Id: Id9d81ffddda3ee666840f602bb8c85ff00545547
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/effects/Displace.qml')
-rw-r--r-- | src/effects/Displace.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effects/Displace.qml b/src/effects/Displace.qml index dfb0a81..142ae10 100644 --- a/src/effects/Displace.qml +++ b/src/effects/Displace.qml @@ -74,6 +74,9 @@ Item { This property defines the source item for the pixels that are going to be displaced according to the data from \l{Displace::displacementSource}{displacementSource}. + + \note It is not supported to let the effect include itself, for + instance by setting source to the effect's parent. */ property variant source |