From 2f27264a7a07e3d175afadbe9cb1a543df40cd2f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 29 Sep 2023 07:51:13 +0200 Subject: Fix syntax error in Shiboken.pyi Amends 19087316d6d6130a824aa36c8e8bd9adb43a7151. Fixes: PYSIDE-2475 Task-number: PYSIDE-2463 Change-Id: I16b0f41eb4f1d89e9f475418c305fd554c96a3f5 Reviewed-by: Cristian Maureira-Fredes (cherry picked from commit 61589ef35ee2ee7af52359940822a9d5f298a69f) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit b8f5b939c9b8aa89753ae2fb31812663ab1b02fe) (cherry picked from commit 71a80f5268326828ea393077bb29279161e1e1a9) --- sources/shiboken6/shibokenmodule/Shiboken.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/shiboken6/shibokenmodule/Shiboken.pyi b/sources/shiboken6/shibokenmodule/Shiboken.pyi index 40b216f8c..6a1a63217 100644 --- a/sources/shiboken6/shibokenmodule/Shiboken.pyi +++ b/sources/shiboken6/shibokenmodule/Shiboken.pyi @@ -18,7 +18,7 @@ class Object(object): def __init__(self) -> None: ... -class VoidPtr(object): ... +class VoidPtr(object): def __init__(self, value: int) -> None: ... -- cgit v1.2.3