summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/nodes/tst_nodes.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-07-03 16:40:16 +0200
committerPaul Lemire <paul.lemire@kdab.com>2015-07-06 16:06:13 +0000
commit6186037a6d6e2bc51cca2c088aa0f0ea3d2a828d (patch)
tree7320f93e043c83d7e5e0e95fbdc008830b75dd71 /tests/auto/core/nodes/tst_nodes.cpp
parent0f5e169cdc2903ce5a6daac34459cb3f4506053b (diff)
QScene is now private
QSceneInterface was removed as it didn't make sense anymore Change-Id: I1110d1dcef72bd7654d773370ab304ac06515037 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/core/nodes/tst_nodes.cpp')
-rw-r--r--tests/auto/core/nodes/tst_nodes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/nodes/tst_nodes.cpp b/tests/auto/core/nodes/tst_nodes.cpp
index d2248aa93..66751f3cf 100644
--- a/tests/auto/core/nodes/tst_nodes.cpp
+++ b/tests/auto/core/nodes/tst_nodes.cpp
@@ -38,7 +38,7 @@
#include <Qt3DCore/qnode.h>
#include <Qt3DCore/qentity.h>
#include <Qt3DCore/qcomponent.h>
-#include <Qt3DCore/qscene.h>
+#include <Qt3DCore/private/qscene_p.h>
#include <Qt3DCore/qscenepropertychange.h>
#include <Qt3DCore/private/qlockableobserverinterface_p.h>