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/DropShadow.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/DropShadow.qml')
-rw-r--r-- | src/effects/DropShadow.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml index 52cb409..b73e244 100644 --- a/src/effects/DropShadow.qml +++ b/src/effects/DropShadow.qml @@ -81,6 +81,9 @@ Item { /*! This property defines the source item that is going to be used as the source for the generated shadow. + + \note It is not supported to let the effect include itself, for + instance by setting source to the effect's parent. */ property variant source |