aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-09-21 14:43:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-22 17:22:56 +0000
commitf9281c05c4ff15090bf2bcef33b0d2948aa95d78 (patch)
tree80a2c214d792656c94c41917dafe8b1ca7a94194
parent556cfe62fbe2e231abee60b32ef1c0ddf4a0a39f (diff)
VoidPtr: Add a signature for __init__
Pick-to: 6.2 Fixes: PYSIDE-2463 Change-Id: Id7b8baeba57a4338189270e7034229b425702ce1 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> (cherry picked from commit 19087316d6d6130a824aa36c8e8bd9adb43a7151) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit d940896d5374cb14b4d2d6694d49ab37407271e4)
-rw-r--r--sources/shiboken6/shibokenmodule/Shiboken.pyi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/shibokenmodule/Shiboken.pyi b/sources/shiboken6/shibokenmodule/Shiboken.pyi
index a708e3871..40b216f8c 100644
--- a/sources/shiboken6/shibokenmodule/Shiboken.pyi
+++ b/sources/shiboken6/shibokenmodule/Shiboken.pyi
@@ -19,6 +19,7 @@ class Object(object):
class VoidPtr(object): ...
+ def __init__(self, value: int) -> None: ...
def _unpickle_enum(arg__1: object, arg__2: object) -> object: ...