comparison generator/typesystem_core.xml @ 20:deb0cc1d053d

fix for QByteArray.at
author eldar
date Thu, 14 May 2009 19:52:54 +0000
parents 5015aede8edd
children cf8a415f3f32
comparison
equal deleted inserted replaced
19:d54443f1ce1e 20:deb0cc1d053d
1181 </value-type> 1181 </value-type>
1182 1182
1183 <interface-type name="QFactoryInterface" java-name="QAbstractFactory"/> 1183 <interface-type name="QFactoryInterface" java-name="QAbstractFactory"/>
1184 1184
1185 <value-type name="QByteArray"> 1185 <value-type name="QByteArray">
1186 1186
1187 <modify-function signature="at(int)const">
1188 <modify-argument index="return">
1189 <replace-type modified-type="ubyte"/>
1190 </modify-argument>
1191 </modify-function>
1192
1187 <extra-includes> 1193 <extra-includes>
1188 <include file-name="QNoImplicitBoolCast" location="global"/> 1194 <include file-name="QNoImplicitBoolCast" location="global"/>
1189 </extra-includes> 1195 </extra-includes>
1190 1196
1191 <!-- removed functions --> 1197 <!-- removed functions -->