aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtSql
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-03-22 14:55:38 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:05 -0300
commitfda4e800cab59b96780951d28b32a477ceccd290 (patch)
treeb90453d4b32dc5d6022cc1e5f1964979bc2da486 /PySide/QtSql
parent080dafd0e50f63943bcf7f0b9e8cdd11b37a4230 (diff)
Type systems of all modules but QtCore and QtGui reviewed.
Diffstat (limited to 'PySide/QtSql')
-rw-r--r--PySide/QtSql/typesystem_sql.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/PySide/QtSql/typesystem_sql.xml b/PySide/QtSql/typesystem_sql.xml
index f7c532539..40a08a13d 100644
--- a/PySide/QtSql/typesystem_sql.xml
+++ b/PySide/QtSql/typesystem_sql.xml
@@ -113,7 +113,9 @@
<modify-function signature="commitTransaction()" allow-thread="yes" />
<modify-function signature="rollbackTransaction()" allow-thread="yes" />
<modify-function signature="open(const QString &amp;, const QString&amp;, const QString&amp;, const QString&amp;, int, const QString&amp;)" allow-thread="yes" />
+ <!-- ### This is too low level for Python, and pointer would be useless for the Python programmer -->
<modify-function signature="handle() const" remove="all"/>
+ <!-- ### -->
</object-type>
<object-type name="QSqlQueryModel">
@@ -143,7 +145,9 @@
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
</extra-includes>
+ <!-- ### This isn't part of Qt public API -->
<modify-function signature="virtual_hook(int,void*)" remove="all" />
+ <!-- ### -->
<modify-function signature="exec()" rename="exec_" allow-thread="yes" />
<modify-function signature="fetchLast()" allow-thread="yes" />
<modify-function signature="fetchFirst()" allow-thread="yes" />