summaryrefslogtreecommitdiffstats
path: root/src/render/io/gltfparser.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-07-08 16:41:57 +0200
committerSean Harmer <sean.harmer@kdab.com>2014-07-09 16:01:09 +0200
commit949795cedc6bfce7841ab13b801619416c1f79e5 (patch)
treee95dd8fb25a9abfe8b104bf53e9c88b6d34dcafc /src/render/io/gltfparser.cpp
parentc8789b3b7651d2014b7a646cca3c3f0dc68f2967 (diff)
Renamed Camera to QCamera
Change-Id: I8a37bd9d2f24d77c4f4a3aec41028df0b292d7c6 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/io/gltfparser.cpp')
-rw-r--r--src/render/io/gltfparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/io/gltfparser.cpp b/src/render/io/gltfparser.cpp
index 58a9d33d8..c8a0ca143 100644
--- a/src/render/io/gltfparser.cpp
+++ b/src/render/io/gltfparser.cpp
@@ -50,7 +50,7 @@
#include <qtechnique.h>
#include <shaderprogram.h>
#include <qeffect.h>
-#include <Qt3DCore/camera.h>
+#include <Qt3DCore/qcamera.h>
#include <Qt3DCore/qtransform.h>
#include <Qt3DCore/qmatrixtransform.h>
#include <Qt3DCore/qcameralens.h>