From 77be0fc1a7927022347104162b4bd42f0cbb01a8 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Wed, 6 Apr 2011 21:25:50 -0300 Subject: Fixes bugs 739 and 752. Bug #739 - Method "QTransform::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing Bug #752 - Method "void QSplitter::getRange(int index, int* min, int* max) const" missing Also added unit tests. --- 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 51ba3742e..ed0d6bdc9 100644 --- a/PySide/typesystem_templates.xml +++ b/PySide/typesystem_templates.xml @@ -196,6 +196,14 @@ %PYARG_0 = Shiboken::makeTuple(_ret, _arg); + +