summaryrefslogtreecommitdiff
path: root/src/effects/GaussianBlur.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2015-01-26 08:59:33 +0100
committerGunnar Sletta <gunnar@sletta.org>2015-03-24 12:13:35 +0000
commit12a222b71cecc854481e196c1efa931a121a32e3 (patch)
treee8d28c13e1e5ea9848bc4fbd6a238debd0d5c090 /src/effects/GaussianBlur.qml
parent027a253c940db5a725a707a4b0bd49bc12a037d1 (diff)
downloadqtgraphicaleffects-12a222b71cecc854481e196c1efa931a121a32e3.tar.gz
Implement Glow using the new gaussian blur.
The fast code path has been removed, same rationale as in the 'DropShadow' case. [ChangeLog] Glow has a new and faster blur implementation. Its default values have been updated so that 'layer.effect: Glow { }' produces sensibe output and 'fast' no longer has any effect. Change-Id: I88aa16baf294851531f414ec52095d46561dbea8 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
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