summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDanny Pope <daniel.pope@nokia.com>2011-08-31 15:37:23 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-31 11:56:45 +0200
commitd2543b4d45b03268f1b72ad1d4463722c5026c55 (patch)
tree27f6a982b5389a1493108266f414dd98e85b4577 /tests
parent4fd20370b71fce0cb0179ce3a2213482c242b143 (diff)
QTBUG-17413 Network loading: 3d models in Qt3D
Change-Id: I6aab8308f752900e2fdab037743d3aa8c5b2da91 Reviewed-on: http://codereview.qt.nokia.com/3891 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/threed/load_model/tst_load_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/threed/load_model/tst_load_model.cpp b/tests/auto/threed/load_model/tst_load_model.cpp
index a1d94dcc0..824ba5d51 100644
--- a/tests/auto/threed/load_model/tst_load_model.cpp
+++ b/tests/auto/threed/load_model/tst_load_model.cpp
@@ -87,7 +87,7 @@ void tst_LoadModel::load()
u.setPath(model_path);
u.setScheme("file");
- scene = QGLAbstractScene::loadScene(&f, u);
+ scene = QGLAbstractScene::loadScene(&f,u, QString(), QString());
QVERIFY(scene != 0);
}