From 89505af1661fab0c12585416b66322cd09a30bdf Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Tue, 16 Feb 2010 10:04:21 +1000 Subject: Ensure types are registered. Perhaps instead, such 'private' property types should be registered by the using class? --- tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); -- cgit v0.12