diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-07-27 04:45:50 (GMT) |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2009-07-29 03:47:20 (GMT) |
commit | d53f55357ed9581b02088dff95fbe955412f476d (patch) | |
tree | 235e6467ed32d59f5bbd9b78c3a0e5e109c2f004 /src/declarative/fx/fx.pri | |
parent | b44728b41ccc24b272f49e878cd28b29430aad57 (diff) | |
download | Qt-d53f55357ed9581b02088dff95fbe955412f476d.zip Qt-d53f55357ed9581b02088dff95fbe955412f476d.tar.gz Qt-d53f55357ed9581b02088dff95fbe955412f476d.tar.bz2 |
make QFxItem use QGraphicsTransform
removed all the QFxTransform code and converted
QFxItem::transform to use a QmlList instead of a
QList.
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index 24c5536..9b4b5ab 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -36,7 +36,6 @@ HEADERS += \ fx/qfxtextedit_p.h \ fx/qfxtext.h \ fx/qfxtext_p.h \ - fx/qfxtransform.h \ fx/qfxpixmap.cpp \ fx/qfxvisualitemmodel.h \ fx/qfxlistview.h \ @@ -65,7 +64,6 @@ SOURCES += \ fx/qfxlineedit.cpp \ fx/qfxtext.cpp \ fx/qfxtextedit.cpp \ - fx/qfxtransform.cpp \ fx/qfxpixmap.cpp \ fx/qfxvisualitemmodel.cpp \ fx/qfxlistview.cpp \ |