summaryrefslogtreecommitdiff
path: root/src/effects/GaussianBlur.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/GaussianBlur.qml')
-rw-r--r--src/effects/GaussianBlur.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/GaussianBlur.qml b/src/effects/GaussianBlur.qml
index 46ca28c..dff5cd9 100644
--- a/src/effects/GaussianBlur.qml
+++ b/src/effects/GaussianBlur.qml
@@ -53,7 +53,7 @@ import QtGraphicalEffects.private 1.0
GaussianBlur effect softens the image by blurring it with an algorithm that
uses the Gaussian function to calculate the effect. The effect produces
- higher quality than \l{QtGraphicalEffects1::FastBlur}{FastBlur}, but is
+ higher quality than \l{QtGraphicalEffects::FastBlur}{FastBlur}, but is
slower to render.
\table