aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/codesniphelpers.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2025-03-25 11:21:34 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2025-03-27 01:14:53 +0100
commitd1fa3999085e0a913d59b0e0a289105d00b576ae (patch)
treef888f828baef3f4ec23dafa3404f04aa7ca6ce81 /sources/shiboken6/ApiExtractor/codesniphelpers.cpp
parent680d86b72bcac8a111f01f30bc309ab841e0ea4a (diff)
shiboken6: Port to Qt include style
Replace the Qt forwarding headers by the .h files. This brings down the dependency list by approx 6%. Pick-to: 6.9 Change-Id: Iaa57400fd20600b940119a6016041b885a68d207 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/codesniphelpers.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/codesniphelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/codesniphelpers.cpp b/sources/shiboken6/ApiExtractor/codesniphelpers.cpp
index 775cf10af..9d16cb44f 100644
--- a/sources/shiboken6/ApiExtractor/codesniphelpers.cpp
+++ b/sources/shiboken6/ApiExtractor/codesniphelpers.cpp
@@ -3,7 +3,7 @@
#include "codesniphelpers.h"
-#include <QtCore/QStringList>
+#include <QtCore/qstringlist.h>
#include <algorithm>