diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-13 01:27:26 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-13 01:27:26 (GMT) |
commit | d39b7ce65f051da342dcc931e303a73339288c5e (patch) | |
tree | d2cbcb3be5ba9d24098efaa85b1d0e28c14ac171 /src/declarative | |
parent | 3b0c979986a692c58b6c72a284070e700c09b9c4 (diff) | |
download | Qt-d39b7ce65f051da342dcc931e303a73339288c5e.zip Qt-d39b7ce65f051da342dcc931e303a73339288c5e.tar.gz Qt-d39b7ce65f051da342dcc931e303a73339288c5e.tar.bz2 |
Make sure effects are still included.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 8ba0759..6324724 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -76,6 +76,8 @@ QML_DEFINE_NOCREATE_TYPE(QGraphicsTransform); QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Scale,QGraphicsScale) QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Rotation,QGraphicsRotation) +#include "qfxeffects.cpp" + /*! \qmlclass Transform \brief A transformation. |