aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtSql/typesystem_sql.xml
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-03-29 13:38:10 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-04-19 20:19:27 +0000
commitad69024a695a459e2953f477d90a64004c818ff5 (patch)
tree4c1f9e5b087cba98cc442ddff2789093f5eaffab /sources/pyside2/PySide2/QtSql/typesystem_sql.xml
parent67d6c85a9dc17fe68ab399e14da73d10a1f9a351 (diff)
Remove white spaces from signature label in XMLs
Change-Id: I2d41bb92335bcbd2300da29b793ce0529e57960a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/PySide2/QtSql/typesystem_sql.xml')
-rw-r--r--sources/pyside2/PySide2/QtSql/typesystem_sql.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/pyside2/PySide2/QtSql/typesystem_sql.xml b/sources/pyside2/PySide2/QtSql/typesystem_sql.xml
index 2699f29d4..2e7222a16 100644
--- a/sources/pyside2/PySide2/QtSql/typesystem_sql.xml
+++ b/sources/pyside2/PySide2/QtSql/typesystem_sql.xml
@@ -71,7 +71,7 @@
<modify-function signature="commit()" allow-thread="yes" />
<modify-function signature="rollback()" allow-thread="yes" />
<modify-function signature="transaction()" allow-thread="yes" />
- <modify-function signature="registerSqlDriver(const QString &amp;, QSqlDriverCreatorBase*)">
+ <modify-function signature="registerSqlDriver(const QString&amp;,QSqlDriverCreatorBase*)">
<modify-argument index="2">
<define-ownership owner="c++"/>
</modify-argument>
@@ -87,7 +87,7 @@
<include file-name="QSize" location="global"/>
</extra-includes>
<modify-function signature="exec()" rename="exec_" allow-thread="yes" />
- <modify-function signature="exec(const QString &amp;)" rename="exec_" allow-thread="yes" />
+ <modify-function signature="exec(const QString&amp;)" rename="exec_" allow-thread="yes" />
<modify-function signature="prepare(const QString&amp;)" allow-thread="yes" />
<modify-function signature="clear()" allow-thread="yes" />
<modify-function signature="last()" allow-thread="yes" />
@@ -135,9 +135,9 @@
<modify-function signature="beginTransaction()" allow-thread="yes" />
<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" />
+ <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"/>
+ <modify-function signature="handle()const" remove="all"/>
<!-- ### -->
</object-type>