summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin/testplugin.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-30 07:10:33 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-30 07:10:37 +0200
commite516c88c485d17e25a55b63d579fe90f9a529afa (patch)
tree3a1fd2e10e8e537821e3bf64b5e0c2a78e81e6ac /tests/auto/testplugin/testplugin.cpp
parentdf14928f12fc04857448a3ab883ffccf199e7c51 (diff)
parentabe319c9cb811832bb4c9c95290564dfa7b3603a (diff)
downloadqtquickcontrols-e516c88c485d17e25a55b63d579fe90f9a529afa.tar.gz
Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-alpha1
Change-Id: I4f85412071d34b44f76870753e171e0beae2e7b9
Diffstat (limited to 'tests/auto/testplugin/testplugin.cpp')
-rw-r--r--tests/auto/testplugin/testplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/testplugin/testplugin.cpp b/tests/auto/testplugin/testplugin.cpp
index 45573d92..039a59e0 100644
--- a/tests/auto/testplugin/testplugin.cpp
+++ b/tests/auto/testplugin/testplugin.cpp
@@ -40,6 +40,7 @@ void TestPlugin::registerTypes(const char *uri)
qmlRegisterType<TestObject>(uri, 1, 0, "TestObject");
qmlRegisterType<TestItemModel>(uri, 1, 0, "TestItemModel");
qmlRegisterType<TestModel>(uri, 1, 0, "TreeModel");
+ qmlRegisterType<TestFetchAppendModel>(uri, 1, 0, "TestFetchAppendModel");
}
void TestPlugin::initializeEngine(QQmlEngine *engine, const char * /*uri*/)