aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/minimalbinding
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-09-23 13:26:58 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-10-01 15:50:55 +0200
commit8772e79ce30414a4a67d8c11316db212fa0a61a6 (patch)
tree5dd378322c6d850d79351e8e54bfb5de6ae9da27 /sources/shiboken6/tests/minimalbinding
parentcd7df24018b4703309351e4fc179caff583c45fc (diff)
Remove some C++ primitive types from the typesystem files
Remove the basic C++ primitive types from the typesystem files. Leave the Qt typedef'ed types in place as otherwise the function modifications would no longer match. Task-number: PYSIDE-1660 Change-Id: Ic64634633640a4b358221fc9f64180df94af02de Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken6/tests/minimalbinding')
-rw-r--r--sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml b/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
index 2b9cbc89f..40973fa5f 100644
--- a/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
+++ b/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<typesystem package="minimal">
- <primitive-type name="bool"/>
- <primitive-type name="int"/>
<primitive-type name="MinBool" target-lang-api-name="PyBool" default-constructor="MinBool(false)">
<include file-name="minbool.h" location="global"/>