aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-03-29 15:39:13 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:05 -0300
commitd6afa13b442a77a226b5d35367516966e546cb04 (patch)
treee024254fbde4d1daeaf4262038313e5f713542e7
parentd981750c467814cfc9ff3ac265cd0f05a48f54c7 (diff)
Fix bug 540 - "Duplicate entries in QRegExp docs"
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
-rw-r--r--PySide/QtCore/typesystem_core.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 7d2655e3b..d11d196fe 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1460,13 +1460,6 @@
<extra-includes>
<include file-name="QStringList" location="global"/>
</extra-includes>
- <!-- Fixes #540 - Duplicated entries in QRexExp docs
- These functions have two entries each differing only in const-ness -->
- <modify-function signature="cap(int) const" remove="all" />
- <modify-function signature="capturedTexts() const" remove="all" />
- <modify-function signature="pos(int) const" remove="all" />
- <modify-function signature="errorString() const" remove="all" />
- <!-- Done fixing #540 -->
<add-function signature="__repr__" return-type="PyObject*">
<inject-code class="target" position="beginning">
<insert-template name="repr_code">