aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/GaussianBlur.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/GaussianBlur.qml')
-rw-r--r--src/effects/GaussianBlur.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effects/GaussianBlur.qml b/src/effects/GaussianBlur.qml
index c90e8b9..4000179 100644
--- a/src/effects/GaussianBlur.qml
+++ b/src/effects/GaussianBlur.qml
@@ -74,6 +74,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