diff options
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 |