aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/doxygenparser.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-05-13 08:45:46 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-05-17 11:25:54 +0200
commitae31d1dc8776a0bd35e80494ca30e9c7d1c644f8 (patch)
tree6e68765006cba14a8b2c35de8e64a52a26aebd2e /sources/shiboken6/ApiExtractor/doxygenparser.cpp
parent4a92abf5082e4ffcc76a1ed241af06c8f7ebe461 (diff)
shiboken6: Split the typesystem header
It was growing too large to be maintainable. Change-Id: I7d646fa92a08dd598d673c81668210c1b188b635 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/doxygenparser.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/doxygenparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/doxygenparser.cpp b/sources/shiboken6/ApiExtractor/doxygenparser.cpp
index a5189f99f..e32e42fef 100644
--- a/sources/shiboken6/ApiExtractor/doxygenparser.cpp
+++ b/sources/shiboken6/ApiExtractor/doxygenparser.cpp
@@ -36,7 +36,7 @@
#include "modifications.h"
#include "propertyspec.h"
#include "reporthandler.h"
-#include "typesystem.h"
+#include "complextypeentry.h"
#include "xmlutils.h"
#include "qtcompat.h"