aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/typesystem_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-11-23 12:17:10 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-11-28 11:44:47 +0000
commitaddfdfb1ff195e36d412dc7aa3dde2f2d474c0ed (patch)
tree8ad1dc69e459d304f2cc264ac69b90e408aaeb28 /sources/shiboken2/ApiExtractor/typesystem_p.h
parentfce66005075ed04c99a313c243402d7bef2028ca (diff)
shiboken: Add file snippet handling to native-to-target and add-conversion
Task-number: PYSIDE-834 Change-Id: I3daad497ed32a56c05c8dc2b06271e243d579b99 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken2/ApiExtractor/typesystem_p.h')
-rw-r--r--sources/shiboken2/ApiExtractor/typesystem_p.h2
1 files changed, 2 insertions, 0 deletions
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,