##// END OF EJS Templates
cleared cached signature hash to avoid dangling pointers...
cleared cached signature hash to avoid dangling pointers git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@244 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r174:217e12044855
r203:64a9f70b03c9
Show More
typesystem_sql.xml
131 lines | 5.3 KiB | application/xml | XmlLexer
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <?xml version="1.0"?>
<typesystem package="com.trolltech.qt.sql">
<rejection class="QSqlDriverCreator"/>
<rejection class="QSqlDriverPlugin"/>
<rejection class="QSqlDriverFactoryInterface"/>
<namespace-type name="QSql">
<include file-name="qsql.h" location="global"/>
</namespace-type>
florianlink
update to Qt 4.6 xml files...
r108
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <value-type name="QSqlDatabase">
<extra-includes>
<include file-name="QSqlQuery" location="global"/>
<include file-name="QSqlError" location="global"/>
<include file-name="QSqlIndex" location="global"/>
<include file-name="QSqlRecord" location="global"/>
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <modify-function signature="operator=(QSqlDatabase)" remove="all"/>
florianlink
update to Qt 4.6 xml files...
r108 </value-type>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10
<value-type name="QSqlQuery">
<extra-includes>
<include file-name="QSqlError" location="global"/>
<include file-name="QSqlRecord" location="global"/>
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <modify-function signature="operator=(QSqlQuery)" remove="all"/>
florianlink
update to Qt 4.6 xml files...
r108 </value-type>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10
<value-type name="QSqlRecord">
<extra-includes>
<include file-name="QSqlField" location="global"/>
</extra-includes>
<modify-function signature="append(QSqlField)" access="non-final"/>
<modify-function signature="operator=(QSqlRecord)" remove="all"/>
</value-type>
<value-type name="QSqlError">
<modify-function signature="operator=(QSqlError)" remove="all"/>
</value-type>
florianlink
update to Qt 4.6 xml files...
r108 <value-type name="QSqlIndex">
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <modify-function signature="operator=(QSqlIndex)" remove="all"/>
</value-type>
<value-type name="QSqlRelation"/>
<value-type name="QSqlField">
<modify-function signature="operator=(QSqlField)" remove="all"/>
florianlink
update to Qt 4.6 xml files...
r108 </value-type>
<object-type name="QSqlDriver">
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <extra-includes>
<include file-name="QSqlQuery" location="global"/>
<include file-name="QSqlError" location="global"/>
<include file-name="QSqlIndex" location="global"/>
<include file-name="QSqlRecord" location="global"/>
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
</object-type>
<object-type name="QSqlQueryModel">
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <modify-function signature="indexInQuery(QModelIndex)const" access="non-final"/>
<modify-function signature="setQuery(QSqlQuery)" access="non-final"/>
<extra-includes>
<include file-name="QSqlError" location="global"/>
<include file-name="QSqlQuery" location="global"/>
<include file-name="QSqlRecord" location="global"/>
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
</object-type>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <object-type name="QSqlRelationalTableModel">
<extra-includes>
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 </object-type>
<object-type name="QSqlResult">
<extra-includes>
<include file-name="QSqlError" location="global"/>
<include file-name="QSqlQuery" location="global"/>
<include file-name="QSqlRecord" location="global"/>
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
</extra-includes>
<modify-function signature="virtual_hook(int,void*)">
<remove/>
</modify-function>
florianlink
update to Qt 4.6 xml files...
r108
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 </object-type>
florianlink
update to Qt 4.6 xml files...
r108 <object-type name="QSqlTableModel">
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <extra-includes>
<include file-name="QSqlIndex" location="global"/>
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
</object-type>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <object-type name="QSqlDriverCreatorBase">
<extra-includes>
<include file-name="QSqlDriver" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 </object-type>
florianlink
update to Qt 4.6 xml files...
r108
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <enum-type name="QSql::Location"/>
<enum-type name="QSql::ParamTypeFlag" flags="QSql::ParamType"/>
<enum-type name="QSql::TableType"/>
<enum-type name="QSql::NumericalPrecisionPolicy"/>
<enum-type name="QSqlDriver::DriverFeature"/>
<enum-type name="QSqlDriver::IdentifierType"/>
<enum-type name="QSqlDriver::StatementType"/>
<enum-type name="QSqlError::ErrorType"/>
<enum-type name="QSqlField::RequiredStatus"/>
<enum-type name="QSqlQuery::BatchExecutionMode"/>
<enum-type name="QSqlResult::BindingSyntax"/>
<enum-type name="QSqlResult::VirtualHookOperation"/>
<enum-type name="QSqlTableModel::EditStrategy"/>
florianlink
Updated to Qt 4.8 and added some previously unwrapped classes...
r174 <enum-type name="QSqlRelationalTableModel::JoinMode"/>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10
florianlink
update to Qt 4.6 xml files...
r108 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlField' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/>
<suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlRecord' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/>
florianlink
update to Qt 4.6 xml files...
r108 <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/>
<suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10
</typesystem>