From addfdfb1ff195e36d412dc7aa3dde2f2d474c0ed Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 23 Nov 2018 12:17:10 +0100 Subject: shiboken: Add file snippet handling to native-to-target and add-conversion Task-number: PYSIDE-834 Change-Id: I3daad497ed32a56c05c8dc2b06271e243d579b99 Reviewed-by: Cristian Maureira-Fredes --- sources/shiboken2/ApiExtractor/typesystem_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/shiboken2/ApiExtractor/typesystem_p.h') diff --git a/sources/shiboken2/ApiExtractor/typesystem_p.h b/sources/shiboken2/ApiExtractor/typesystem_p.h index 3ebdf47d7..a617110d6 100644 --- a/sources/shiboken2/ApiExtractor/typesystem_p.h +++ b/sources/shiboken2/ApiExtractor/typesystem_p.h @@ -198,6 +198,8 @@ private: QXmlStreamAttributes *); bool parseAddConversion(const QXmlStreamReader &, const StackElement &topElement, QXmlStreamAttributes *); + bool parseNativeToTarget(const QXmlStreamReader &, const StackElement &topElement, + QXmlStreamAttributes *attributes); bool parseModifyArgument(const QXmlStreamReader &, const StackElement &topElement, QXmlStreamAttributes *attributes); bool parseNoNullPointer(const QXmlStreamReader &, const StackElement &topElement, -- cgit v1.2.3