From 658f6cbbb19ec9c2a2f8a0a0d703d8107ce9d722 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Fri, 5 Feb 2010 16:28:01 -0300 Subject: Shiboken::setParent also accepts list of children. Reviewed by Hugo Parente --- tests/samplebinding/typesystem_sample.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tests/samplebinding/typesystem_sample.xml') diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index 32e29742d..75a8e47fe 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -125,12 +125,9 @@ - - Py_ssize_t max = PyList_GET_SIZE(%PYARG_0); - for (int i = 0; i < max; ++i) { - Shiboken::setParent(%PYSELF, PyList_GET_ITEM(%PYARG_0, i)); - } - + + + -- cgit v1.2.3