diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-16 00:04:21 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-16 00:04:21 (GMT) |
commit | 89505af1661fab0c12585416b66322cd09a30bdf (patch) | |
tree | 622a7fe2cd59fc6063335b575ac46d111634702c /tests/auto | |
parent | cffa023dab05c8add3cd7cd71220975086eacbda (diff) | |
download | Qt-89505af1661fab0c12585416b66322cd09a30bdf.zip Qt-89505af1661fab0c12585416b66322cd09a30bdf.tar.gz Qt-89505af1661fab0c12585416b66322cd09a30bdf.tar.bz2 |
Ensure types are registered.
Perhaps instead, such 'private' property types should be registered by the using class?
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp b/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp index 17a1453..545f204 100644 --- a/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp +++ b/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp @@ -53,6 +53,8 @@ public: tst_animations() {} private slots: + void initTestCase() { QmlEngine engine; } // ensure types are registered + void simpleProperty(); void simpleNumber(); void simpleColor(); |