diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-22 04:40:56 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-22 23:46:02 (GMT) |
commit | 02a7574f213901d98766f717d0135685da139d38 (patch) | |
tree | 47e57576a91b2f24d220534fe2acd08bb33ca34a /src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp | |
parent | 5184278e6042b7414a38c89f7aeee8c71e9c772d (diff) | |
download | Qt-02a7574f213901d98766f717d0135685da139d38.zip Qt-02a7574f213901d98766f717d0135685da139d38.tar.gz Qt-02a7574f213901d98766f717d0135685da139d38.tar.bz2 |
Continue to register base type.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp b/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp index 4238c53..2945b6c 100644 --- a/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp @@ -143,6 +143,7 @@ void QDeclarativeItemModule::defineModule() qmlRegisterType<QAction>(); qmlRegisterType<QDeclarativePen>(); qmlRegisterType<QDeclarativeFlickableVisibleArea>(); + qmlRegisterType<QGraphicsEffect>(); qmlRegisterUncreatableType<QDeclarativeKeyNavigationAttached>("Qt",4,7,"KeyNavigation",QDeclarativeKeyNavigationAttached::tr("KeyNavigation is only available via attached properties")); qmlRegisterUncreatableType<QDeclarativeKeysAttached>("Qt",4,7,"Keys",QDeclarativeKeysAttached::tr("Keys is only available via attached properties")); |