aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken/cppgenerator.cpp
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2022-11-07 15:06:10 +0100
committerChristian Tismer <tismer@stackless.com>2022-11-07 15:47:16 +0100
commit0cb568acc65e31a050db9121ba9d9e908d5a8855 (patch)
tree5fe867c4a8bddb47cd8b14ab2e4eab7b768abbd0 /sources/shiboken6/generator/shiboken/cppgenerator.cpp
parenta4c087e783e16485afd7fbe113e734112e4d8661 (diff)
PyEnum: Update list of IntEnum to keep compatibility in 6.4, completion
The list of IntEnum was not including the extra modules. We now installed and checked PyQt6 PyQt6-3D PyQt6-Charts PyQt6-DataVisualization PyQt6-NetworkAuth PyQt6-WebEngine and found two omissions by that. Change-Id: I891d1771bdab6f53b6bd61de09109465fbb31735 Task-number: PYSIDE-1735 Pick-to: 6.3 6.4 Fixes: PYSIDE-2110 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken6/generator/shiboken/cppgenerator.cpp')
-rw-r--r--sources/shiboken6/generator/shiboken/cppgenerator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/generator/shiboken/cppgenerator.cpp b/sources/shiboken6/generator/shiboken/cppgenerator.cpp
index 82586bdf0..dea6550f7 100644
--- a/sources/shiboken6/generator/shiboken/cppgenerator.cpp
+++ b/sources/shiboken6/generator/shiboken/cppgenerator.cpp
@@ -449,8 +449,10 @@ static QSet<QString> useIntSet()
/* IntEnum */ u"PySide6.QtWidgets.QStyle.SubElement"_s,
/* IntEnum */ u"PySide6.QtWidgets.QTableWidgetItem.ItemType"_s,
/* IntEnum */ u"PySide6.QtWidgets.QTreeWidgetItem.ItemType"_s,
+ /* IntEnum */ u"PySide6.QtCharts.QBoxSet.ValuePositions"_s,
/* IntEnum */ u"PySide6.QtMultimedia.QMediaPlayer.Loops"_s,
/* IntEnum */ u"PySide6.QtQuick.QSGGeometry.DrawingMode"_s,
+ /* IntEnum */ u"PySide6.QtWebEngineCore.QWebEngineScript.ScriptWorldId"_s,
// Added because it should really be used as number
/* IntEnum */ u"PySide6.QtCore.QMetaType.Type"_s,
/* IntEnum */ u"PySide6.QtSerialPort.QSerialPort.BaudRate"_s,