aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2017-10-10 15:57:31 +0200
committerChristian Tismer <tismer@stackless.com>2017-10-13 11:26:27 +0000
commit5d24c0de2fabbdc2cf5cb8f4938623980aaa655b (patch)
tree17940cd4a5d9320aaa83aa1ddcfaae8631d0a33b /sources/pyside2
parent7c4f4d8d4e578461d2fc1a586e784df342679562 (diff)
Signature: Fix missing constant for 5.10
There is a crash in 5.10 because a signature is not recognized. This is only a warning, but turned into an error for the testing. Should we drop that, eventually? Change-Id: Idd183842575e3890b018c8bc82b6e272e2980b9d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2')
-rw-r--r--sources/pyside2/PySide2/support/signature/mapping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/support/signature/mapping.py b/sources/pyside2/PySide2/support/signature/mapping.py
index 869e9e71e..c9a028dd2 100644
--- a/sources/pyside2/PySide2/support/signature/mapping.py
+++ b/sources/pyside2/PySide2/support/signature/mapping.py
@@ -228,6 +228,7 @@ def init_QtCore():
"float[][]": FloatMatrix, # 5.9
"PySide2.QtCore.unsigned int": int, # 5.9 Ubuntu
"PySide2.QtCore.long long": int, # 5.9, MSVC 15
+ "QGenericArgument(nullptr)": QGenericArgument(None), # 5.10
})
try:
type_map.update({