aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-06 14:13:43 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-04-06 19:11:15 -0300
commitfc08b8878113645692f65d84e488de8288fa09b7 (patch)
treecd5b333f14b1b928ece20e917dfc1b86174b3492 /PySide
parent9f9c1aed52213deba3ca4b34b9010f7dbadb45ef (diff)
Fix QObject::connect(sender, signal, slot).
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 62a963f94..f928feb72 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1471,8 +1471,10 @@
</modify-function>
<modify-function signature="thread() const" remove="all"/>
<modify-function signature="connect(const QObject*, const char*, const char *, Qt::ConnectionType) const">
+ <inject-code class="target" position="beginning" file="">
// %FUNCTION_NAME() - disable generation of function call.
- %PYARG_0 = %CONVERTTOPYTHON[bool](qobjectConnect(%1, %2, %CPPSELF, %4));
+ %PYARG_0 = %CONVERTTOPYTHON[bool](qobjectConnect(%1, %2, %CPPSELF, %3, %4));
+ </inject-code>
</modify-function>
<modify-function signature="connect(const QObject*, const char*, const QObject*, const char *, Qt::ConnectionType)">
<inject-code class="target" position="beginning" file="">