diff options
author | Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2025-04-04 14:05:22 +0200 |
---|---|---|
committer | Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2025-04-07 14:44:43 +0000 |
commit | 0d82fb7ca9e98439522f715d5c0478e203c799b7 (patch) | |
tree | 2da12b7f1e77e9817a1e5b56bc0b510f6d0971a2 /sources/pyside6/PySide6/QtWidgets | |
parent | 59e38be16ac3fd5e35d96560974df01f6520fb0a (diff) |
Use QT_CONFIG when possible
A few places were still using the double negation on a couple of
Qt configuration options.
Pick-to: 6.9
Change-Id: Id182e7a3958af21368cb890e645dc4a2902f8260
Reviewed-by: Ece Cinucen <ece.cinucen@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/QtWidgets')
-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 32d5ef10a..60f04891d 100644 --- a/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml +++ b/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml @@ -737,7 +737,7 @@ <parent index="this" action="add"/> </modify-argument> </modify-function> - <!-- this fuction is declared when not defined QT_NO_TOOLBA --> + <!-- this function is declared when not defined QT_NO_TOOLBAR --> <modify-function signature="addToolBar(Qt::ToolBarArea,QToolBar*)"> <modify-argument index="2"> <parent index="this" action="add"/> |