summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf/gltfparser.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-11-09 13:39:50 +0000
committerPaul Lemire <paul.lemire@kdab.com>2015-11-17 19:41:22 +0000
commitd3952b92157f6b56ed08ced5cd491f1f117c64eb (patch)
tree3c321859e12529ddb75a586323c29d3953e9f32c /src/plugins/sceneparsers/gltf/gltfparser.cpp
parent26a118cfbce29014864f6cdddae66cccb65ffb4f (diff)
Remove QAbstractTransform and friends
New simplified QTransform doesn't need these any longer. We now get a nice reduction in QObject count when dealing with transformations. Change-Id: I8ba8febada4ad1f05728aa848fb5e70a62028040 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/plugins/sceneparsers/gltf/gltfparser.cpp')
-rw-r--r--src/plugins/sceneparsers/gltf/gltfparser.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/sceneparsers/gltf/gltfparser.cpp b/src/plugins/sceneparsers/gltf/gltfparser.cpp
index be1e08ebb..cf9c011cc 100644
--- a/src/plugins/sceneparsers/gltf/gltfparser.cpp
+++ b/src/plugins/sceneparsers/gltf/gltfparser.cpp
@@ -46,11 +46,7 @@
#include <Qt3DCore/QCameraLens>
#include <Qt3DCore/QEntity>
-#include <Qt3DCore/QMatrixTransform>
-#include <Qt3DCore/QRotateTransform>
-#include <Qt3DCore/QScaleTransform>
#include <Qt3DCore/QTransform>
-#include <Qt3DCore/QTranslateTransform>
#include <Qt3DCore/private/qurlhelper_p.h>