From 1e1c83886edee5c4d83a69e9414becc8f0bd47a7 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Tue, 23 Mar 2010 12:54:14 -0300 Subject: Updates to QtXml module. Fixes many classes, in particular: QXmlDefaultHandler, QXmlContentHandler, QXmlEntityResolver, QXmlReader and QXmlSimpleReader. A new type system template was added to handle virtual methods that must convert a (result, bool ok) tuple returned from a Python override into a single C++ result value and set a C++ bool* argument. --- PySide/typesystem_templates.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'PySide/typesystem_templates.xml') diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml index 495bc6117..b60757591 100644 --- a/PySide/typesystem_templates.xml +++ b/PySide/typesystem_templates.xml @@ -125,5 +125,13 @@ _ret = %CPPSELF.%FUNCTION_NAME(%ARGUMENT_NAMES, &_arg); %PYARG_0 = Shiboken::makeTuple(_ret, _arg); + + + -- cgit v1.2.3