aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorPaulo Alcantara <paulo.alcantara@openbossa.org>2011-10-31 13:38:19 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:16 -0300
commit64ffc4f61b874e461c559495ece6f963ce5153ee (patch)
tree6dccb915626f674454a44b824e488efb2e29837e /PySide/QtCore
parent50bf9a570bebf4856645a086fcfbb11d2e3ae778 (diff)
Fix BUG #1031
Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index b07195555..8c843e2d9 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -3029,7 +3029,13 @@
<enum-type name="State"/>
</object-type>
- <object-type name="QAbstractState" since="4.6" />
+ <object-type name="QAbstractState" since="4.6">
+ <modify-function signature="machine() const">
+ <modify-argument index="this">
+ <parent index="return" action="add"/>
+ </modify-argument>
+ </modify-function>
+ </object-type>
<object-type name="QAbstractTransition" since="4.6">
<modify-function signature="QAbstractTransition(QState*)">