aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2011-03-04 16:00:56 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:02 -0300
commitc453a7ca2bc1ca5f752c1defec43ac1d65f7b997 (patch)
tree88850f18be0f94378290e3df7e811918f06f63b8 /PySide/QtCore
parent8b261892b87b6261810b0085b75374467a4ae243 (diff)
Remove duplicated const functions from QRegExp
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide/QtCore')
-rw-r--r--PySide/QtCore/typesystem_core.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 85df6f3bb..6a0d88282 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1450,6 +1450,13 @@
<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">