diff options
author | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-09-16 19:52:40 -0300 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-12-09 19:25:36 -0300 |
commit | 8ea0365f36a74ac684246841c558b0592fae9bc7 (patch) | |
tree | 2aa009ad950fc5fb0c0f4a62e6ddab60aa80c97d /PySide/QtCore/typesystem_core.xml | |
parent | 04732769c9af54b68b9697f23dcd1d0a76047297 (diff) | |
download | pyside-8ea0365f36a74ac684246841c558b0592fae9bc7.tar.gz pyside-8ea0365f36a74ac684246841c558b0592fae9bc7.tar.xz pyside-8ea0365f36a74ac684246841c558b0592fae9bc7.zip |
Updated various function removals and modifications.
Diffstat (limited to 'PySide/QtCore/typesystem_core.xml')
-rw-r--r-- | PySide/QtCore/typesystem_core.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml index 224be87..0555547 100644 --- a/PySide/QtCore/typesystem_core.xml +++ b/PySide/QtCore/typesystem_core.xml @@ -2814,7 +2814,6 @@ </modify-argument> </modify-function> <!-- fromUnicode(QString) does the job --> - <modify-function signature="fromUnicode(const QChar*,int)" remove="all" /> <modify-function signature="fromUnicode(const QChar*,int,QTextCodec::ConverterState*)const" remove="all" /> <modify-function signature="convertFromUnicode(const QChar*,int,QTextCodec::ConverterState*)const" remove="all" /> </object-type> @@ -3557,7 +3556,7 @@ <modify-function signature="pop_front()" remove="all"/> <modify-function signature="toList() const" remove="all"/> <modify-function signature="fromList(const QList<QXmlStreamAttribute> &)" remove="all"/> - <modify-function signature="operator+=(QVector)" remove="all" /> + <modify-function signature="operator+=(QVector<QXmlStreamAttribute>)" remove="all" /> </value-type> <value-type name="QXmlStreamNamespaceDeclaration"/> <value-type name="QXmlStreamNotationDeclaration"/> |