From d3952b92157f6b56ed08ced5cd491f1f117c64eb Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Mon, 9 Nov 2015 13:39:50 +0000 Subject: 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 --- examples/qt3d/basicshapes-cpp/main.cpp | 3 --- examples/qt3d/basicshapes-cpp/scenemodifier.h | 3 --- examples/qt3d/bigscene-cpp/main.cpp | 3 --- examples/qt3d/cpp_example/main.cpp | 8 +------- examples/qt3d/custom-mesh-cpp/main.cpp | 4 ---- examples/qt3d/cylinder-cpp/main.cpp | 3 --- examples/qt3d/deferred-renderer-cpp/main.cpp | 3 --- examples/qt3d/materials-cpp/planeentity.cpp | 2 -- examples/qt3d/materials-cpp/renderableentity.h | 3 --- examples/qt3d/materials-cpp/trefoilknot.h | 3 --- examples/qt3d/simple-cpp/main.cpp | 5 ----- 11 files changed, 1 insertion(+), 39 deletions(-) (limited to 'examples/qt3d') diff --git a/examples/qt3d/basicshapes-cpp/main.cpp b/examples/qt3d/basicshapes-cpp/main.cpp index b34a3a18c..f21ff51d3 100644 --- a/examples/qt3d/basicshapes-cpp/main.cpp +++ b/examples/qt3d/basicshapes-cpp/main.cpp @@ -61,9 +61,6 @@ #include #include -#include -#include -#include #include #include diff --git a/examples/qt3d/basicshapes-cpp/scenemodifier.h b/examples/qt3d/basicshapes-cpp/scenemodifier.h index fa1fc20b6..7ef8dd198 100644 --- a/examples/qt3d/basicshapes-cpp/scenemodifier.h +++ b/examples/qt3d/basicshapes-cpp/scenemodifier.h @@ -40,10 +40,7 @@ #include #include -#include -#include #include -#include #include #include diff --git a/examples/qt3d/bigscene-cpp/main.cpp b/examples/qt3d/bigscene-cpp/main.cpp index 26eacb0d2..47a2766ff 100644 --- a/examples/qt3d/bigscene-cpp/main.cpp +++ b/examples/qt3d/bigscene-cpp/main.cpp @@ -45,9 +45,6 @@ #include #include #include -#include -#include -#include #include #include #include diff --git a/examples/qt3d/cpp_example/main.cpp b/examples/qt3d/cpp_example/main.cpp index 3e47abc59..7f2fc31ac 100644 --- a/examples/qt3d/cpp_example/main.cpp +++ b/examples/qt3d/cpp_example/main.cpp @@ -41,6 +41,7 @@ #include #include #include +#include #include @@ -52,13 +53,6 @@ #include #include #include - -#include -#include -#include -#include -#include - #include #include #include diff --git a/examples/qt3d/custom-mesh-cpp/main.cpp b/examples/qt3d/custom-mesh-cpp/main.cpp index ed94f96a5..6b8da8490 100644 --- a/examples/qt3d/custom-mesh-cpp/main.cpp +++ b/examples/qt3d/custom-mesh-cpp/main.cpp @@ -41,10 +41,6 @@ #include #include #include -#include -#include -#include -#include #include #include diff --git a/examples/qt3d/cylinder-cpp/main.cpp b/examples/qt3d/cylinder-cpp/main.cpp index b6441314e..a4d190200 100644 --- a/examples/qt3d/cylinder-cpp/main.cpp +++ b/examples/qt3d/cylinder-cpp/main.cpp @@ -51,9 +51,6 @@ #include #include -#include -#include -#include #include #include diff --git a/examples/qt3d/deferred-renderer-cpp/main.cpp b/examples/qt3d/deferred-renderer-cpp/main.cpp index 111643ac4..3ab122b0a 100644 --- a/examples/qt3d/deferred-renderer-cpp/main.cpp +++ b/examples/qt3d/deferred-renderer-cpp/main.cpp @@ -49,9 +49,6 @@ #include #include #include -#include -#include -#include #include #include #include diff --git a/examples/qt3d/materials-cpp/planeentity.cpp b/examples/qt3d/materials-cpp/planeentity.cpp index a3785bbf0..86d2dba79 100644 --- a/examples/qt3d/materials-cpp/planeentity.cpp +++ b/examples/qt3d/materials-cpp/planeentity.cpp @@ -38,8 +38,6 @@ #include #include -#include -#include PlaneEntity::PlaneEntity(Qt3DCore::QNode *parent) : Qt3DCore::QEntity(new Qt3DCore::QEntity(parent)) diff --git a/examples/qt3d/materials-cpp/renderableentity.h b/examples/qt3d/materials-cpp/renderableentity.h index 85499226f..af7233a00 100644 --- a/examples/qt3d/materials-cpp/renderableentity.h +++ b/examples/qt3d/materials-cpp/renderableentity.h @@ -39,9 +39,6 @@ #include #include -#include -#include -#include #include class RenderableEntity : public Qt3DCore::QEntity diff --git a/examples/qt3d/materials-cpp/trefoilknot.h b/examples/qt3d/materials-cpp/trefoilknot.h index ff4e921da..b96291512 100644 --- a/examples/qt3d/materials-cpp/trefoilknot.h +++ b/examples/qt3d/materials-cpp/trefoilknot.h @@ -39,9 +39,6 @@ #include #include -#include -#include -#include #include class TrefoilKnot : public Qt3DCore::QEntity diff --git a/examples/qt3d/simple-cpp/main.cpp b/examples/qt3d/simple-cpp/main.cpp index 3a24867e7..baaece681 100644 --- a/examples/qt3d/simple-cpp/main.cpp +++ b/examples/qt3d/simple-cpp/main.cpp @@ -40,10 +40,6 @@ #include #include #include -#include -#include -#include -#include #include #include @@ -52,7 +48,6 @@ #include #include #include - #include #include #include -- cgit v1.2.3