diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-03-29 15:39:13 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-03-29 17:39:09 -0300 |
commit | 4239b567107e9b800d38f9c1d1f02a23009e9858 (patch) | |
tree | 443a3f180f3db1156aeeb261baf5f8c220f3bc3a | |
parent | f8bc57c61cfe16232a0aad8fb8eb6ae5d12ca7c9 (diff) | |
download | pyside-4239b567107e9b800d38f9c1d1f02a23009e9858.tar.gz pyside-4239b567107e9b800d38f9c1d1f02a23009e9858.tar.xz pyside-4239b567107e9b800d38f9c1d1f02a23009e9858.zip |
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.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml index 38989b9..4f98faa 100644 --- a/PySide/QtCore/typesystem_core.xml +++ b/PySide/QtCore/typesystem_core.xml @@ -1468,13 +1468,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"> |