aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-12-20 15:52:58 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:48:00 -0300
commitc350f418c7fc9650a89f5a9be29e7987927bdd9a (patch)
treebca7c1d260c1d88c9007c5e5f78ddea4fe351cf2 /PySide
parentdb35d78b27389be9794b620c95cd290bf98a93dc (diff)
QObject.sender should not steal the returned object ownership to Python.
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 507e55af7..76bcaeb7b 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1433,7 +1433,7 @@
<modify-function signature="sender() const">
<modify-argument index="return">
- <define-ownership owner="target"/>
+ <define-ownership owner="default"/>
</modify-argument>
</modify-function>
</object-type>