aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-08-31 16:30:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-08-31 16:36:32 -0300
commit7638112ea84ee3ed2b9a671179e46c81e694afd8 (patch)
treec6fdc52511c7dc1910825906287c8defd3fb042f /PySide
parentdc1eef279e3b34f5e978e2e07a80969b07a112e8 (diff)
Do not include QtGui common typesystem twice.
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_mac.xml2
-rw-r--r--PySide/QtGui/typesystem_gui_simulator.xml2
-rw-r--r--PySide/QtGui/typesystem_gui_win.xml1
-rw-r--r--PySide/QtGui/typesystem_gui_x11.xml2
4 files changed, 0 insertions, 7 deletions
diff --git a/PySide/QtGui/typesystem_gui_mac.xml b/PySide/QtGui/typesystem_gui_mac.xml
index a0c84c0fc..336032323 100644
--- a/PySide/QtGui/typesystem_gui_mac.xml
+++ b/PySide/QtGui/typesystem_gui_mac.xml
@@ -5,8 +5,6 @@
<primitive-type name="Qt::HANDLE" target-lang-api-name="PyObject"/>
- <load-typesystem name="typesystem_gui_commom.xml" generate="yes"/>
-
<suppress-warning text="enum 'QPixmap::ShareMode' does not have a type entry or is not an enum" />
<suppress-warning text="enum 'QSysInfo::Endian' is specified in typesystem, but not declared" />
<suppress-warning text="type 'QGtkStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
diff --git a/PySide/QtGui/typesystem_gui_simulator.xml b/PySide/QtGui/typesystem_gui_simulator.xml
index 5a122f033..8b10c22b4 100644
--- a/PySide/QtGui/typesystem_gui_simulator.xml
+++ b/PySide/QtGui/typesystem_gui_simulator.xml
@@ -30,6 +30,4 @@
<value-type name="QFont">
<modify-function signature="handle()const" remove="all"/>
</value-type>
-
- <load-typesystem name="typesystem_gui_commom.xml" generate="yes"/>
</typesystem>
diff --git a/PySide/QtGui/typesystem_gui_win.xml b/PySide/QtGui/typesystem_gui_win.xml
index f44d3d4d2..f19521eca 100644
--- a/PySide/QtGui/typesystem_gui_win.xml
+++ b/PySide/QtGui/typesystem_gui_win.xml
@@ -2,5 +2,4 @@
<typesystem package="PySide.QtGui">
<primitive-type name="Qt::HANDLE" target-lang-api-name="PyObject"/>
<enum-type name="QPixmap::HBitmapFormat" />
- <load-typesystem name="typesystem_gui_common.xml" generate="yes"/>
</typesystem>
diff --git a/PySide/QtGui/typesystem_gui_x11.xml b/PySide/QtGui/typesystem_gui_x11.xml
index 4275782a9..073104510 100644
--- a/PySide/QtGui/typesystem_gui_x11.xml
+++ b/PySide/QtGui/typesystem_gui_x11.xml
@@ -9,6 +9,4 @@
</value-type>
<enum-type name="QPixmap::ShareMode"/>
-
- <load-typesystem name="typesystem_gui_commom.xml" generate="yes"/>
</typesystem>