aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-08-11 11:56:40 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-08-11 11:56:40 -0300
commit9f2f97de733bbe629ef306ee3a631ee9e78c9b85 (patch)
tree3f44602ee6860694020644d0b55caee88425b022 /PySide
parent1b27bad2b2892a953024708e40f4689b8dc9d7ae (diff)
Fixes custom code for QTabWidget.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index e5be307fb..d784ad62f 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -3439,7 +3439,7 @@
<inject-code class="target" position="beginning">
QWidget* tab = %CPPSELF.widget(%1);
if (tab) {
- Shiboken::AutoDecref pyWidget(%CONVERTTOPYTHON[QWidget*](tab));
+ Shiboken::AutoDecRef pyWidget(%CONVERTTOPYTHON[QWidget*](tab));
Shiboken::setParent(0, pyWidget);
%CPPSELF.%FUNCTION_NAME(%1);
}
@@ -4257,7 +4257,7 @@
<modify-function signature="QAction(const QString&amp;, QObject*)" access="private" />
<add-function signature="QAction(const QString&amp;, QObject*, const QKeySequence&amp;, PyObject*)">
- <!-- NOT use this for now Fix bug #???
+ <!-- NOT use this for now Fix bug #???
<modify-argument index="2">
<replace-default-expression with="0"/>
<rename to="parent"/>