diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-08-31 16:30:04 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-08-31 16:36:32 -0300 |
commit | 7638112ea84ee3ed2b9a671179e46c81e694afd8 (patch) | |
tree | c6fdc52511c7dc1910825906287c8defd3fb042f | |
parent | dc1eef279e3b34f5e978e2e07a80969b07a112e8 (diff) | |
download | shiboken-7638112ea84ee3ed2b9a671179e46c81e694afd8.tar.gz shiboken-7638112ea84ee3ed2b9a671179e46c81e694afd8.tar.xz shiboken-7638112ea84ee3ed2b9a671179e46c81e694afd8.zip |
Do not include QtGui common typesystem twice.
-rw-r--r-- | PySide/QtGui/typesystem_gui_mac.xml | 2 | ||||
-rw-r--r-- | PySide/QtGui/typesystem_gui_simulator.xml | 2 | ||||
-rw-r--r-- | PySide/QtGui/typesystem_gui_win.xml | 1 | ||||
-rw-r--r-- | PySide/QtGui/typesystem_gui_x11.xml | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/PySide/QtGui/typesystem_gui_mac.xml b/PySide/QtGui/typesystem_gui_mac.xml index a0c84c0f..33603232 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 5a122f03..8b10c22b 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 f44d3d4d..f19521ec 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 4275782a..07310451 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> |