diff options
author | Marko Niemelä <marko.a.niemela@nokia.com> | 2012-01-04 14:31:01 +0200 |
---|---|---|
committer | Marko Niemelä <marko.a.niemela@nokia.com> | 2012-01-04 14:31:01 +0200 |
commit | bd6173bf5882432e7ffaea505a103a447359ecdb (patch) | |
tree | 552a0dc149d6646e065d6a60772c4be0d9f699bf /src/effects/ThresholdMask.qml | |
parent | 51a0b0a9dc23b74357fa4698c58b44e0d6e36b3c (diff) | |
download | qtgraphicaleffects-bd6173bf5882432e7ffaea505a103a447359ecdb.tar.gz |
Moved non-API qml files into internal directory
Diffstat (limited to 'src/effects/ThresholdMask.qml')
-rw-r--r-- | src/effects/ThresholdMask.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects/ThresholdMask.qml b/src/effects/ThresholdMask.qml index 8ada325..bfd116e 100644 --- a/src/effects/ThresholdMask.qml +++ b/src/effects/ThresholdMask.qml @@ -39,6 +39,7 @@ ****************************************************************************/ import QtQuick 2.0 +import "internal" Item { id: rootItem |