aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/doxygenparser.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-22 10:26:06 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-22 16:08:37 +0200
commit2919d4b31aba3806f31884518396ac07f98ec552 (patch)
tree8036ac333b7d84d3aad880b9f20bdbbac6422a64 /sources/shiboken2/ApiExtractor/doxygenparser.cpp
parent20b96311b5bca6978f72d0bf3a4ea774e98ebb76 (diff)
shiboken2: Move class PropertySpec into its own source file
Move the class and the parser function into its own source file. Task-number: PYSIDE-1019 Change-Id: If403f799f6b8da769fd8b47dd958a7430d061ad8 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken2/ApiExtractor/doxygenparser.cpp')
-rw-r--r--sources/shiboken2/ApiExtractor/doxygenparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken2/ApiExtractor/doxygenparser.cpp b/sources/shiboken2/ApiExtractor/doxygenparser.cpp
index 9fceb4328..da6e32fba 100644
--- a/sources/shiboken2/ApiExtractor/doxygenparser.cpp
+++ b/sources/shiboken2/ApiExtractor/doxygenparser.cpp
@@ -29,6 +29,7 @@
#include "doxygenparser.h"
#include "abstractmetalang.h"
#include "messages.h"
+#include "propertyspec.h"
#include "reporthandler.h"
#include "typesystem.h"
#include "xmlutils.h"