aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/parser/codemodel.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-06-07 15:18:37 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-06-07 15:18:37 +0200
commitd9f4a921ca88bf0bd340f42a874cf7c22b6b1a36 (patch)
tree3b4d20a6fc4ea61fa6b1eabe0e8a955dcec176c6 /sources/shiboken2/ApiExtractor/parser/codemodel.h
parent4c4fdca8ee3ee3807dd3d56876cfcc1ea1a8cac8 (diff)
parent41b864397ab9f999a7b140b12d2117b8492ed066 (diff)
Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"
Diffstat (limited to 'sources/shiboken2/ApiExtractor/parser/codemodel.h')
-rw-r--r--sources/shiboken2/ApiExtractor/parser/codemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken2/ApiExtractor/parser/codemodel.h b/sources/shiboken2/ApiExtractor/parser/codemodel.h
index 3bce5e216..6f3c17613 100644
--- a/sources/shiboken2/ApiExtractor/parser/codemodel.h
+++ b/sources/shiboken2/ApiExtractor/parser/codemodel.h
@@ -213,6 +213,7 @@ public:
static bool stripLeadingConst(QString *s);
static bool stripLeadingVolatile(QString *s);
static bool stripLeadingQualifier(const QString &qualifier, QString *s);
+ static void stripQualifiers(QString *s);
void simplifyStdType();