summaryrefslogtreecommitdiffstats
path: root/src/core/qscene.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-10-10 10:06:31 +0200
committerPaul Lemire <paul.lemire@kdab.com>2014-10-17 15:11:24 +0200
commitdcceb51a72f1b1fa950cd1edf52116f62d9b267f (patch)
tree61ca7371c8085550b5223d4f85c8670720b8fbe7 /src/core/qscene.cpp
parent99040c2a71717e2d93b6ea2d0f59f51128f9a4cc (diff)
QChangeArbiter and Observers/Observables made private
Note: the Renderer aspect uses all those private headers, when we introduce the QBackendNode class that will be a wrapper around those, we will be able to remove those private includes. Change-Id: I6240f754e6da251da158cafcf76029ae59000e05 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/qscene.cpp')
-rw-r--r--src/core/qscene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/qscene.cpp b/src/core/qscene.cpp
index 458633135..13268b962 100644
--- a/src/core/qscene.cpp
+++ b/src/core/qscene.cpp
@@ -43,8 +43,8 @@
#include <QHash>
#include <QReadLocker>
#include <Qt3DCore/qnode.h>
-#include <Qt3DCore/qchangearbiter.h>
-#include <Qt3DCore/qobservableinterface.h>
+#include <Qt3DCore/private/qchangearbiter_p.h>
+#include <Qt3DCore/private/qobservableinterface_p.h>
#include <Qt3DCore/private/qnode_p.h>
QT_BEGIN_NAMESPACE