diff options
| author | Ece Cinucen <ece.cinucen@qt.io> | 2025-03-26 14:07:59 +0100 |
|---|---|---|
| committer | Ece Cinucen <ece.cinucen@qt.io> | 2025-03-27 08:45:24 +0100 |
| commit | 0d33ac559a5aafb67bd5947a825879a9f6bf2711 (patch) | |
| tree | 84d0bcbbd514a63cd7e57871dd4f1b84ac27534f /sources/pyside6 | |
| parent | c0c7ad35e65187f718c2f2b54cd83507e4309dcf (diff) | |
type hints: Add optional to QProgressDialog.setCancelButton
Fixes: PYSIDE-3050
Pick-to: 6.8 6.9
Change-Id: Ic200e75717518b2363e0aca6fe4cfc31e5fe6256
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml b/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml index 62a694ff2..8a5a245d7 100644 --- a/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml +++ b/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml @@ -2438,7 +2438,7 @@ </modify-argument> </modify-function> <modify-function signature="setCancelButton(QPushButton*)"> - <modify-argument index="1"> + <modify-argument index="1" pyi-type="Optional[PySide6.QtWidgets.QPushButton]"> <parent index="this" action="add"/> </modify-argument> </modify-function> |
