diff options
Diffstat (limited to 'src/effects/RadialBlur.qml')
-rw-r--r-- | src/effects/RadialBlur.qml | 3 |
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 |