Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2025-03-20 15:02:03 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2025-03-26 22:07:03 +0100
commitb4a3c77fa1d587f49da7fa002e2800850a79a1ff (patch)
tree377cb7fe1555e6ab5a6758ed7c7a4192a7490feb /sources/pyside6/libpysideqml/pysideqmluncreatable.cpp
parent33fed60cdf7e9d7811cd9e570df90bd77e1533c1 (diff)
Fix includes of libshiboken
Remove the global header <shiboken.h> in favor of the respective headers. Pick-to: 6.9 Change-Id: I08ee39fbd5abb15741fa5746bb82f9ddcd32ed7f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/libpysideqml/pysideqmluncreatable.cpp')
-rw-r--r--sources/pyside6/libpysideqml/pysideqmluncreatable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/libpysideqml/pysideqmluncreatable.cpp b/sources/pyside6/libpysideqml/pysideqmluncreatable.cpp
index 938b6a858..348d53d58 100644
--- a/sources/pyside6/libpysideqml/pysideqmluncreatable.cpp
+++ b/sources/pyside6/libpysideqml/pysideqmluncreatable.cpp
@@ -5,9 +5,9 @@
#include <pysideclassdecorator_p.h>
#include <pysideclassinfo.h>
-#include <shiboken.h>
-#include <signature.h>
#include <sbkcppstring.h>
+#include <sbktypefactory.h>
+#include <signature.h>
#include <QtCore/qbytearray.h>
#include <private/qmetaobjectbuilder_p.h>