aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2018-02-26 11:32:42 +0100
committerChristian Tismer <tismer@stackless.com>2018-02-26 11:36:13 +0000
commit96af0990d0d4f4b210c227c0776493d04a5da531 (patch)
treecf81db293d0189e42e55c6b362d51c0a9e10064d /sources/pyside2/PySide2
parent9a303ce55632225fa1b884461c133b1caf00a387 (diff)
Augment signature mapping for 5.11
There is some new structure that is not yet supported. I hope this works because I have no installation of 5.11. Change-Id: I310bfc4f20d33b2a6511ce59a4d68aec971a4128 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/PySide2')
-rw-r--r--sources/pyside2/PySide2/support/signature/mapping.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/sources/pyside2/PySide2/support/signature/mapping.py b/sources/pyside2/PySide2/support/signature/mapping.py
index 367e1c04d..2bedbb1bf 100644
--- a/sources/pyside2/PySide2/support/signature/mapping.py
+++ b/sources/pyside2/PySide2/support/signature/mapping.py
@@ -282,7 +282,9 @@ def init_QtCore():
"zero(unsigned int)": 0,
"zero(PySide2.QtCore.QPoint)": Default("PySide2.QtCore.QPoint"),
"zero(unsigned char)": 0,
- "zero(PySide2.QtCore.QEvent.Type)": None
+ "zero(PySide2.QtCore.QEvent.Type)": None,
+ "CheckIndexOption.NoOption": Instance(
+ "PySide2.QtCore.QAbstractItemModel.CheckIndexOptions.NoOption"), # 5.11
})
try:
type_map.update({