aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typesystemparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/typesystemparser.h')
-rw-r--r--sources/shiboken6/ApiExtractor/typesystemparser.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/sources/shiboken6/ApiExtractor/typesystemparser.h b/sources/shiboken6/ApiExtractor/typesystemparser.h
index af310d8dc..8bef9482e 100644
--- a/sources/shiboken6/ApiExtractor/typesystemparser.h
+++ b/sources/shiboken6/ApiExtractor/typesystemparser.h
@@ -99,9 +99,7 @@ class StackElement
CodeSnipMask = 0xc000,
// Function modifier tags (0x010000, 0x020000, ... , 0xf00000)
- Access = 0x010000,
- Removal = 0x020000,
- Rename = 0x040000,
+ Rename = 0x040000, // (modify-argument)
ModifyArgument = 0x080000,
Thread = 0x100000,
FunctionModifiers = 0xff0000,
@@ -226,10 +224,8 @@ private:
QXmlStreamAttributes *attributes);
bool parseDefineOwnership(const QXmlStreamReader &, const StackElement &topElement,
QXmlStreamAttributes *);
- bool parseRemoval(const QXmlStreamReader &, const StackElement &topElement,
- QXmlStreamAttributes *);
- bool parseRename(const QXmlStreamReader &, StackElement::ElementType type,
- const StackElement &topElement, QXmlStreamAttributes *);
+ bool parseRename(const QXmlStreamReader &, const StackElement &topElement,
+ QXmlStreamAttributes *);
bool parseModifyField(const QXmlStreamReader &, QXmlStreamAttributes *);
bool parseAddFunction(const QXmlStreamReader &, const StackElement &topElement,
StackElement::ElementType t, QXmlStreamAttributes *);