From 67ac7e473e312298eeb2deb16f2a50644b5f76e7 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Thu, 28 Sep 2017 04:48:14 +0200 Subject: Signature: support the new types and constants of 5.9 part 3 This patch adds a type to MSVC. Task-number: PYSIDE-510 Change-Id: I3290c91cd6f2937bddf8ec1f673b4a672bc49db3 Reviewed-by: Friedemann Kleint --- sources/pyside2/PySide2/support/signature/mapping.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/pyside2/PySide2/support/signature/mapping.py b/sources/pyside2/PySide2/support/signature/mapping.py index 32ac9422f..869e9e71e 100644 --- a/sources/pyside2/PySide2/support/signature/mapping.py +++ b/sources/pyside2/PySide2/support/signature/mapping.py @@ -227,6 +227,7 @@ def init_QtCore(): "PySide2.QtCore.uint32_t": int, # 5.9 "float[][]": FloatMatrix, # 5.9 "PySide2.QtCore.unsigned int": int, # 5.9 Ubuntu + "PySide2.QtCore.long long": int, # 5.9, MSVC 15 }) try: type_map.update({ -- cgit v1.2.3