diff options
author | Renato Oliveira <renolive@rodrigo-oliveiras-macbook-pro-15.local> | 2010-05-19 14:32:14 -0300 |
---|---|---|
committer | Renato Filho <renato.filho@openbossa.org> | 2010-05-19 17:40:14 -0300 |
commit | bb32f636589e915811d5ad9dce598f226fa49fbf (patch) | |
tree | 93fff0c418e50d218665723ebed93a490a6c836f /PySide/QtGui/typesystem_gui_mac.xml | |
parent | b830e6696627e1c740e7f93f7978c604a59ee7ac (diff) | |
download | shiboken-bb32f636589e915811d5ad9dce598f226fa49fbf.tar.gz shiboken-bb32f636589e915811d5ad9dce598f226fa49fbf.tar.xz shiboken-bb32f636589e915811d5ad9dce598f226fa49fbf.zip |
MacOs compiler fix.
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtGui/typesystem_gui_mac.xml')
-rw-r--r-- | PySide/QtGui/typesystem_gui_mac.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/PySide/QtGui/typesystem_gui_mac.xml b/PySide/QtGui/typesystem_gui_mac.xml index a505126c..b27df0fc 100644 --- a/PySide/QtGui/typesystem_gui_mac.xml +++ b/PySide/QtGui/typesystem_gui_mac.xml @@ -1,12 +1,13 @@ <?xml version="1.0"?> <typesystem package="PySide.QtGui"> - <rejection class="*" function-name="qt_mac_set_cursor"/> <rejection class="*" function-name="macMenu"/> - <!-- qApp macro register --> - <inject-code class="target" file="glue/qtgui_boost.cpp" position="end"/> - <inject-code class="native" file="glue/qtgui_glue.cpp" position="beginning"/> + <primitive-type name="Qt::HANDLE" target-lang-api-name="PyObject"/> + + <load-typesystem name="typesystem_gui_common.xml" generate="yes"/> - <load-typesystem name="typesystem_gui.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." /> </typesystem> |