aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp b/sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
index 3646462e8..48c4f498b 100644
--- a/sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
+++ b/sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
@@ -282,7 +282,7 @@ bool parse(const QByteArrayList &clangArgs, unsigned clangFlags, BaseVisitor &b
clang_visitChildren(rootCursor, visitorCallback, reinterpret_cast<CXClientData>(&bv));
- QVector<Diagnostic> diagnostics = getDiagnostics(translationUnit);
+ QList<Diagnostic> diagnostics = getDiagnostics(translationUnit);
diagnostics.append(bv.diagnostics());
bv.setDiagnostics(diagnostics);