From 95314e809969bf38714a7b63651ce877621618d8 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 14 Sep 2023 10:44:35 +0200 Subject: 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 --- sources/shiboken6/ApiExtractor/messages.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/shiboken6/ApiExtractor/messages.h') 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 -- cgit v1.2.3