Use a PyLong to represent Qt::Handle.

This commit is contained in:
Hugo Lima 2010-01-26 18:01:30 -02:00
commit 38ed669dc1

View file

@ -318,7 +318,7 @@
<primitive-type name="long"/> <primitive-type name="long"/>
<primitive-type name="unsigned long"/> <primitive-type name="unsigned long"/>
<primitive-type name="WId"/> <primitive-type name="WId"/>
<primitive-type name="Qt::HANDLE"/> <primitive-type name="Qt::HANDLE" target-lang-api-name="PyLong"/>
<primitive-type name="QByteRef"> <primitive-type name="QByteRef">
<!-- FIXME APIExtractor or shiboken do not support multiple includes by primitive type --> <!-- FIXME APIExtractor or shiboken do not support multiple includes by primitive type -->
<include file-name="QTextDocument" location="global"/> <include file-name="QTextDocument" location="global"/>