diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-03-25 11:21:34 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-03-27 01:14:53 +0100 |
| commit | d1fa3999085e0a913d59b0e0a289105d00b576ae (patch) | |
| tree | f888f828baef3f4ec23dafa3404f04aa7ca6ce81 /sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp | |
| parent | 680d86b72bcac8a111f01f30bc309ab841e0ea4a (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/tests/testmodifyfunction.cpp')
| -rw-r--r-- | sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp b/sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp index a7d40f70a..d70463509 100644 --- a/sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp +++ b/sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp @@ -13,7 +13,7 @@ #include <qtcompat.h> -#include <QtTest/QTest> +#include <QtTest/qtest.h> using namespace Qt::StringLiterals; |
