aboutsummaryrefslogtreecommitdiffstats
path: root/examples/samplebinding/bindings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/samplebinding/bindings.xml')
-rw-r--r--examples/samplebinding/bindings.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/samplebinding/bindings.xml b/examples/samplebinding/bindings.xml
index 9be9f1afa..3f44dbd1b 100644
--- a/examples/samplebinding/bindings.xml
+++ b/examples/samplebinding/bindings.xml
@@ -2,7 +2,7 @@
<!--
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt for Python examples of the Qt Toolkit.
@@ -52,9 +52,6 @@
-->
<typesystem package="Universe">
- <primitive-type name="bool"/>
- <primitive-type name="std::string"/>
-
<object-type name="Icecream">
<!-- By default the ownership of an object created in Python is tied
to the Python name pointing to it. In order for the underlying