aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/DropShadow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/DropShadow.qml')
-rw-r--r--src/effects/DropShadow.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml
index e66be6c..941d03c 100644
--- a/src/effects/DropShadow.qml
+++ b/src/effects/DropShadow.qml
@@ -74,6 +74,8 @@ import QtGraphicalEffects.private 1.0
When the source is static, the \l cached property can be set to allocate
another buffer to avoid performing the blur every time it is drawn.
+ \note This effect is available when running with OpenGL.
+
\section1 Example
The following example shows how to apply the effect.