summaryrefslogtreecommitdiff
path: root/src/effects/DropShadow.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2015-01-19 19:48:23 +0100
committerGunnar Sletta <gunnar@sletta.org>2015-03-10 16:42:45 +0000
commit95d6fbc30b180018a6f6d9a69d31b03223608e22 (patch)
tree32305af08780a5c2b2229ee3a516a55a05c00e1b /src/effects/DropShadow.qml
parent194df1ff60e14d01dd40c23086b8d7f257f42a41 (diff)
downloadqtgraphicaleffects-95d6fbc30b180018a6f6d9a69d31b03223608e22.tar.gz
Move SourceProxy to C++ and introduce "private" module.
This gives us a bit better control in terms of what we want to check for. It should also fix some subtle bugs when layer and ShaderEffectSource is used as input. Change-Id: I29de13598811623c31563ac6e88f070aee0bab54 Task-number: QTBUG-40849 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/effects/DropShadow.qml')
-rw-r--r--src/effects/DropShadow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml
index dd0231d..d134e02 100644
--- a/src/effects/DropShadow.qml
+++ b/src/effects/DropShadow.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import "private"
+import QtGraphicalEffects.private 1.0
/*!
\qmltype DropShadow