diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-01-26 14:51:08 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-01-30 13:37:44 +0100 |
| commit | 102b7fffa1721430acbb17624bb216b80de5ae5a (patch) | |
| tree | aa9b881c94bd0431dfa2b4376037362571ba8e19 /sources/pyside6/PySide6/glue/qtgui.cpp | |
| parent | 3bc157720e37198c99e2d9c8ce38185b894b2fdd (diff) | |
Adapt to glue code to namespaced Qt builds
Task-number: PYSIDE-2590
Change-Id: I7269b0f1c1758a9d26579267fc0b423c6a0422ac
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/glue/qtgui.cpp')
| -rw-r--r-- | sources/pyside6/PySide6/glue/qtgui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/glue/qtgui.cpp b/sources/pyside6/PySide6/glue/qtgui.cpp index d7c74018a..ed03a54c7 100644 --- a/sources/pyside6/PySide6/glue/qtgui.cpp +++ b/sources/pyside6/PySide6/glue/qtgui.cpp @@ -6,7 +6,9 @@ ********************************************************************/ // @snippet gui-declarations +QT_BEGIN_NAMESPACE void qt_set_sequence_auto_mnemonic(bool); +QT_END_NAMESPACE // @snippet gui-declarations // @snippet qaccessible-pysidefactory |
