summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorFranck Arrecot <franck.arrecot@kdab.com>2016-03-04 14:15:49 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-03-09 06:01:55 +0000
commit472040571181ffe3974df73765d1ba904e9385e2 (patch)
tree9881bbdb4cb1b862bad856feffa37e21f9f94090 /src/plugins
parent36ee501dbfdaad4e85fb4d5a7b96ec7676b20c6a (diff)
SceneIOHandler is now private API
Change-Id: I7e624c6fcdf36a221d332b8dbfea9108a46adcf5 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/sceneparsers/assimp/assimpparser.h2
-rw-r--r--src/plugins/sceneparsers/gltf/gltfparser.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/sceneparsers/assimp/assimpparser.h b/src/plugins/sceneparsers/assimp/assimpparser.h
index 2ddd6eeb5..97ee2798d 100644
--- a/src/plugins/sceneparsers/assimp/assimpparser.h
+++ b/src/plugins/sceneparsers/assimp/assimpparser.h
@@ -56,7 +56,7 @@
#include <assimp/scene.h>
#include <assimp/postprocess.h>
#include <assimp/DefaultLogger.hpp>
-#include <Qt3DRender/qsceneiohandler.h>
+#include <Qt3DRender/private/qsceneiohandler_p.h>
#include "assimphelpers.h"
#include <QMap>
diff --git a/src/plugins/sceneparsers/gltf/gltfparser.h b/src/plugins/sceneparsers/gltf/gltfparser.h
index c8c709c9c..e158c0a71 100644
--- a/src/plugins/sceneparsers/gltf/gltfparser.h
+++ b/src/plugins/sceneparsers/gltf/gltfparser.h
@@ -57,7 +57,7 @@
#include <Qt3DRender/qattribute.h>
#include <Qt3DRender/qbuffer.h>
-#include <Qt3DRender/qsceneiohandler.h>
+#include <Qt3DRender/private/qsceneiohandler_p.h>
QT_BEGIN_NAMESPACE