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 f2105a631..fd67ef49b 100644
--- a/sources/shiboken2/ApiExtractor/typesystem_p.h
+++ b/sources/shiboken2/ApiExtractor/typesystem_p.h
@@ -107,6 +107,7 @@ class StackElement
NoNullPointers = 0x40000000,
ReferenceCount = 0x80000000,
ParentOwner = 0x90000000,
+ Array = 0xA0000000,
ArgumentModifiers = 0xff000000
};
@@ -171,6 +172,7 @@ private:
QHash<QString, StackElement::ElementType> tagNames;
QString m_currentSignature;
+ QString m_currentPath;
};
#endif