aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/messages.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-09-14 10:44:35 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-09-20 14:55:46 +0200
commit95314e809969bf38714a7b63651ce877621618d8 (patch)
tree77e960cf40ff6db1c5a98f58ff8c01bdef6e5763 /sources/shiboken6/ApiExtractor/messages.h
parented069c99be37364bf28ff3834d9e635389ea7af6 (diff)
shiboken6: Move options parsing into API extractor
Similar to the previous change for the TypeDatabase, add an OptionsParser for ApiExtractor and let it handle the its options directly instead of passing them from main. via ApiExtractor. Many ApiExtractor setters can then be removed. Pick-to: 6.6 Change-Id: I3fe37e2903edcc4f6e4a91181917d008df1e5ca8 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/messages.h')
-rw-r--r--sources/shiboken6/ApiExtractor/messages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/messages.h b/sources/shiboken6/ApiExtractor/messages.h
index 93b9d10f1..833899b68 100644
--- a/sources/shiboken6/ApiExtractor/messages.h
+++ b/sources/shiboken6/ApiExtractor/messages.h
@@ -253,4 +253,6 @@ QString msgUnknownArrayPointerConversion(const QString &s);
QString msgMissingProjectFileMarker(const QString &name, const QByteArray &startMarker);
+QString msgInvalidLanguageLevel(const QString &l);
+
#endif // MESSAGES_H