diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-16 07:55:58 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-16 10:29:26 +0200 |
| commit | f41af9d876d265fbb7febac191d9ba15887252e7 (patch) | |
| tree | 4f20931b7297d34651ef6ac1c94b604eff734615 /sources/pyside6/PySide6/glue/qtgui.cpp | |
| parent | 2feb8e271b92ded4bcae0dd7ba1125c7775def16 (diff) | |
PySide6: Add QtGui function qt_set_sequence_auto_mnemonic()
The function is exported, but not declared in Qt; requiring some
declarations.
Fixes: PYSIDE-2059
Change-Id: I682483553ea1a46b978f57e991cabe4b303607f3
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/PySide6/glue/qtgui.cpp')
| -rw-r--r-- | sources/pyside6/PySide6/glue/qtgui.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/glue/qtgui.cpp b/sources/pyside6/PySide6/glue/qtgui.cpp index 52bf78151..95c0ff025 100644 --- a/sources/pyside6/PySide6/glue/qtgui.cpp +++ b/sources/pyside6/PySide6/glue/qtgui.cpp @@ -5,6 +5,10 @@ * INJECT CODE ********************************************************************/ +// @snippet gui-declarations +void qt_set_sequence_auto_mnemonic(bool); +// @snippet gui-declarations + // @snippet qaccessible-pysidefactory // Helper for QAccessible::installFactory() that forwards the calls to // Python callables. |
