summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent.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 /src/core/nodes/qcomponent.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 'src/core/nodes/qcomponent.cpp')
-rw-r--r--src/core/nodes/qcomponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qcomponent.cpp b/src/core/nodes/qcomponent.cpp
index f9887e745..cb6c78dd4 100644
--- a/src/core/nodes/qcomponent.cpp
+++ b/src/core/nodes/qcomponent.cpp
@@ -38,7 +38,7 @@
#include "qcomponent_p.h"
#include "qentity.h"
#include "qentity_p.h"
-#include "qsceneinterface.h"
+#include "qscene_p.h"
#include <Qt3DCore/qscenepropertychange.h>
QT_BEGIN_NAMESPACE