summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/main.cpp
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2016-05-03 07:48:13 +0200
committerKevin Ottens <kevin.ottens@kdab.com>2016-05-03 08:01:25 +0000
commit1902c08acb5cb9ac812f923b03555560665d268b (patch)
tree13108b5476c37e73b3ce6ec589be0d5f9b767792 /src/plugins/sceneparsers/assimp/main.cpp
parent4a02cbc106cc447aa0bc72828690c01aa2406927 (diff)
Make QSceneIOPlugin private for the time being
Change-Id: I0bbd3a6efa3ea362f42002da1944ee883c49b837 Task-number: QTBUG-51455 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/plugins/sceneparsers/assimp/main.cpp')
-rw-r--r--src/plugins/sceneparsers/assimp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sceneparsers/assimp/main.cpp b/src/plugins/sceneparsers/assimp/main.cpp
index 583c29a54..9e62dcf36 100644
--- a/src/plugins/sceneparsers/assimp/main.cpp
+++ b/src/plugins/sceneparsers/assimp/main.cpp
@@ -39,7 +39,7 @@
#include "assimpio.h"
-#include <Qt3DRender/QSceneIOPlugin>
+#include <Qt3DRender/private/qsceneioplugin_p.h>
QT_BEGIN_NAMESPACE