##// END OF EJS Templates
Start Python 3.x Port...
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken

File last commit:

r205:706df4355685
r206:316b4928f53f
Show More
typesystem_network-qtscript.xml
60 lines | 2.4 KiB | application/xml | XmlLexer
/ generator_50 / typesystem_network-qtscript.xml
<?xml version="1.0"?>
<typesystem package="com.trolltech.qt.network">
<object-type name="QHttpHeader">
<modify-function signature="QHttpHeader(QHttpHeader)" remove="all"/>
</object-type>
<value-type name="QNetworkCookie">
<extra-includes>
<include file-name="QDateTime" location="global"/>
</extra-includes>
</value-type>
<value-type name="QSslCertificate">
<extra-includes>
<include file-name="QDateTime" location="global"/>
</extra-includes>
</value-type>
<value-type name="QHostInfo">
<modify-function signature="lookupHost(QString,QObject*,const char*)">
<modify-argument index="3">
<replace-type modified-type="QString"/>
<conversion-rule class="native">
<insert-template name="core.convert_string_arg_to_char*"/>
</conversion-rule>
</modify-argument>
</modify-function>
</value-type>
<object-type name="QUdpSocket">
<modify-function signature="writeDatagram(const char*,qint64,QHostAddress,unsigned short)" remove="all"/>
</object-type>
<object-type name="QTcpServer">
<modify-function signature="waitForNewConnection(int,bool*)">
<modify-argument index="2">
<remove-argument/>
</modify-argument>
</modify-function>
</object-type>
<object-type name="QLocalServer">
<modify-function signature="waitForNewConnection(int,bool*)">
<modify-argument index="2">
<remove-argument/>
</modify-argument>
</modify-function>
</object-type>
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUrlInfo' has equals operators but no qHash() function" />
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QAuthenticator' has equals operators but no qHash() function" />
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSslKey' has equals operators but no qHash() function"/>
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSslError' has equals operators but no qHash() function"/>
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSslCertificate' has equals operators but no qHash() function"/>
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSslCipher' has equals operators but no qHash() function"/>
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSslConfiguration' has equals operators but no qHash() function"/>
</typesystem>