From 8d1e058fa1b500846511d9656ce8a7f56c32f87c Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 3 Feb 2011 18:24:39 -0200 Subject: [PATCH] Export method QCryptographicHash::addData. --- PySide/QtCore/typesystem_core.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml index 0cd48ce..dc240d2 100644 --- a/PySide/QtCore/typesystem_core.xml +++ b/PySide/QtCore/typesystem_core.xml @@ -1926,7 +1926,14 @@ - + + + + + + %CPPSELF.%FUNCTION_NAME(PyString_AS_STRING(%PYARG_1), PyString_GET_SIZE(%PYARG_1)); + +