aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-10-04 13:59:09 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-10-05 17:25:18 +0200
commitf3fd4159721bb9c3187c1e6f66a69372b6715730 (patch)
tree0283847edf5e79cf782c6fd95adf2299d6c32da8 /sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
parent5002d882dd71378ab0e2e58edf253822579414aa (diff)
shiboken6: Fix special functions
Pick-to: 6.6 Task-number: PYSIDE-2479 Change-Id: I858b53e45cf73d1fa8d695530e529aed7aa8e79b Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp b/sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
index 44408572d..14d647541 100644
--- a/sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
+++ b/sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
@@ -115,6 +115,8 @@ static bool isSigned(CXTypeKind kind)
class BuilderPrivate {
public:
+ Q_DISABLE_COPY_MOVE(BuilderPrivate)
+
using CursorClassHash = QHash<CXCursor, ClassModelItem>;
using TypeInfoHash = QHash<CXType, TypeInfo>;