From 2ddbcfdfe0898e77bb9d192212986005888a97e9 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 31 Jan 2019 10:47:14 +0100 Subject: PySide2: Remove non-existent or moved Qt3D classes Fix warnings: (3dcore) type 'Qt3DCore::QAbstractEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors. (3dcore) type 'Qt3DCore::Quick::QQmlAspectEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors. (3drender) type 'Qt3DRender::AssimpImporter' is specified in typesystem, but not defined. This could potentially lead to compilation errors. (3drender) type 'Qt3DRender::GLTFExporter' is specified in typesystem, but not defined. This could potentially lead to compilation errors. (3drender) type 'Qt3DRender::GLTFImporter' is specified in typesystem, but not defined. This could potentially lead to compilation errors. Change-Id: Iee873d69214e8195bfbd72bb664b691dd01d6877 Reviewed-by: Cristian Maureira-Fredes --- sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml | 6 ------ sources/pyside2/PySide2/Qt3DRender/typesystem_3drender.xml | 3 --- 2 files changed, 9 deletions(-) diff --git a/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml b/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml index 013a49165..83e96abe7 100644 --- a/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml +++ b/sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml @@ -45,7 +45,6 @@ - @@ -110,10 +109,5 @@ - - - - - diff --git a/sources/pyside2/PySide2/Qt3DRender/typesystem_3drender.xml b/sources/pyside2/PySide2/Qt3DRender/typesystem_3drender.xml index e4fda946e..851f46b14 100644 --- a/sources/pyside2/PySide2/Qt3DRender/typesystem_3drender.xml +++ b/sources/pyside2/PySide2/Qt3DRender/typesystem_3drender.xml @@ -43,7 +43,6 @@ - @@ -133,8 +132,6 @@ - - -- cgit v1.2.3