aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-08-17 15:49:55 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-08-17 16:59:15 -0300
commit23672770ea6fd79c38fed0695fc92ca193f0ece4 (patch)
treed3d1d82328e1a486f34c7ba38533f8639b0d09f5 /PySide
parent9a969935ccc866804574480ac41ec004646f104c (diff)
Disable remove of QAbstractItemModel signals.
Fixes bug #300. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 2a5be3d13..571cc913d 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -985,19 +985,6 @@
%PYARG_0 = %CONVERTTOPYTHON[%RETURN_TYPE](%CPPSELF.%FUNCTION_NAME(%1, %2, %PYARG_3));
</inject-code>
</add-function>
-
- <!-- These signals are private, because only QAbstractItemModel can emit then -->
- <modify-function signature="rowsAboutToBeInserted(const QModelIndex&amp;,int,int)" remove="all" />
- <modify-function signature="rowsInserted(const QModelIndex &amp;, int,int)" remove="all" />
- <modify-function signature="rowsAboutToBeRemoved(const QModelIndex &amp;, int, int)" remove="all" />
- <modify-function signature="rowsRemoved(const QModelIndex&amp;,int,int)" remove="all" />
- <modify-function signature="columnsAboutToBeInserted(const QModelIndex&amp;,int,int)" remove="all" />
- <modify-function signature="columnsInserted(const QModelIndex&amp;,int,int)" remove="all" />
- <modify-function signature="columnsAboutToBeRemoved(const QModelIndex&amp;,int,int)" remove="all" />
- <modify-function signature="columnsRemoved(const QModelIndex&amp;,int,int)" remove="all" />
- <modify-function signature="modelAboutToBeReset()" remove="all" />
- <modify-function signature="modelReset()" remove="all" />
-
</object-type>
<!-- QObject is created manually -->
<object-type name="QObject">