aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-05-03 19:10:01 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:18 -0300
commita445a69facd5a01697f6c696eccaf660968e077e (patch)
tree6b64163e23f9b64f66b9f4ca3dc6f943ac12e83d /PySide/typesystem_templates.xml
parent4b5a6f760f3f2f9e4bc97cba8c080bb58c204353 (diff)
Fix bug 786 - "There's no __eq__ for all classes inherited from ObjectDescription<T> due to an Apiextractor bug."
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide/typesystem_templates.xml')
-rw-r--r--PySide/typesystem_templates.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml
index 5c0f1ef3d..a027e6567 100644
--- a/PySide/typesystem_templates.xml
+++ b/PySide/typesystem_templates.xml
@@ -343,9 +343,6 @@
%PYARG_0 = %CONVERTTOPYTHON[%CPPSELF_TYPE]((*%CPPSELF)++);
</template>
- <template name="ObjectDescription.fromIndex">
- %PYARG_0 = %CONVERTTOPYTHON[%RETURN_TYPE](%RETURN_TYPE::fromIndex(%1));
- </template>
<template name="convertFromMultiMap">
%RETURN_NAME = PyDict_New();
foreach(%KEY_TYPE _key, %MAP_NAME.keys()) {