diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-11 03:05:01 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-11 03:05:01 (GMT) |
commit | 09dc1b3386eb60d7d9f2d644fe114c1daa595049 (patch) | |
tree | d72e0f5652c215cf6b796232643399eda3e8ec3d /tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp | |
parent | c62cd5347adda26a68b3a2a67e04a38c0e8626fe (diff) | |
download | Qt-09dc1b3386eb60d7d9f2d644fe114c1daa595049.zip Qt-09dc1b3386eb60d7d9f2d644fe114c1daa595049.tar.gz Qt-09dc1b3386eb60d7d9f2d644fe114c1daa595049.tar.bz2 |
Compile fix after e5922ab126f3532483b18720ce893d6be826d50e
Diffstat (limited to 'tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp')
-rw-r--r-- | tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp b/tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp index 1b7af19..f3c72d1 100644 --- a/tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp +++ b/tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp @@ -106,7 +106,7 @@ QML_DECLARE_TYPE(TestType); void tst_qdeclarativelistreference::initTestCase() { - QML_REGISTER_NOCREATE_TYPE(TestType); + qmlRegisterType<TestType>(); } void tst_qdeclarativelistreference::qmllistreference() |