aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-18 11:19:22 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-18 11:52:40 +0000
commita3c6eb91a7c543aa78f87a73242ee17be585b712 (patch)
treed516c3c4bc62c93aef7212e279394e8a232ecce2 /sources/pyside6/PySide6
parent768cfefa3d693f682d8c71b085e861c3be9631d7 (diff)
shiboken6: Fix some warning messages
Use standard messages where applicable. Move some messages over to messages.cpp and add a location. Remove some messages that cannot be triggered any more. Change-Id: I7fc821e4360b06af7ef6e5db7e30de0f1e8ed5ca Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/PySide6')
-rw-r--r--sources/pyside6/PySide6/QtCore/typesystem_core_common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
index 2f8ce57b4..e865691dc 100644
--- a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
+++ b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
@@ -2958,7 +2958,7 @@
<suppress-warning text="Unable to decide type of property: 'QLibrary::LoadHints' in class 'QPluginLoader'"/>
<suppress-warning text="enum '_ISalnum' does not have a type entry or is not an enum"/>
<suppress-warning text="enum 'Qt::Initialization' does not have a type entry or is not an enum"/>
- <suppress-warning text="visibility of function '*' modified in class '*'"/>
+ <suppress-warning text="Visibility of function '*' modified in class '*'"/>
<suppress-warning text="hiding of function '*' in class '*'"/>
<suppress-warning text="namespace '*' does not have a type entry"/>
<suppress-warning text="Shadowing: QObject::parent()const and QAbstractItemModel::parent() const"/>