aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/typesystem_p.h
diff options
context:
space:
mode:
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,