diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-19 08:19:41 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-19 09:09:27 +0100 |
| commit | 9d56b37cdc64801d0f5cb71e8c5a2c0853cb83b5 (patch) | |
| tree | a7dd042ff041d4e75277121f1478736551f1f4e9 /sources/pyside6/PySide6 | |
| parent | 51d27f14f3c18e6ed6be8beb3e2ac185b0fdd161 (diff) | |
PySide6: Add qInfo()
Pick-to: 6.8
Change-Id: I0e97b7eaf45f35fc2bd86c84417e4231198a6134
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6')
| -rw-r--r-- | sources/pyside6/PySide6/QtCore/typesystem_core_common.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml index fbf25776d..5c990c102 100644 --- a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml +++ b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml @@ -78,6 +78,10 @@ <inject-code file="../glue/qtcore.cpp" snippet="qfatal"/> <modify-argument index="1" pyi-type="str"/> </add-function> + <add-function signature="qInfo(const char*@message@)"> + <inject-code file="../glue/qtcore.cpp" snippet="qdebug-format-string"/> + <modify-argument index="1" pyi-type="str"/> + </add-function> <add-function signature="qWarning(const char*@message@)"> <inject-code file="../glue/qtcore.cpp" snippet="qdebug-format-string"/> <modify-argument index="1" pyi-type="str"/> |
