aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtWidgets
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-04 10:36:15 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-09 10:26:40 +0000
commit8f7de769636f36bcf371c472480adab75a32e0bf (patch)
tree69d4c4bf6bd1602decf7a5bd9075934494379ece /sources/pyside2/PySide2/QtWidgets
parent685a71f75c64ea778920c3ad8a967cfe1462e8b6 (diff)
Clean up some warnings
- Remove QByteArray::replace() - Remove QTextList::isEmpty() - Adapt signature of QWidget::enterEvent() - Adapt signature of QTextBoundaryFinder - Remove free math functions which were changed to templates in Qt 6. Todo what about the free funcs...qSin(), etc. they are now templates Task-number: PYSIDE-1339 Task-number: PYSIDE-904 Change-Id: Ic72b2853a000726aaa307bc3790a9b2824bf6b62 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/PySide2/QtWidgets')
-rw-r--r--sources/pyside2/PySide2/QtWidgets/typesystem_widgets_common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/PySide2/QtWidgets/typesystem_widgets_common.xml b/sources/pyside2/PySide2/QtWidgets/typesystem_widgets_common.xml
index 512f540f4..c0d760586 100644
--- a/sources/pyside2/PySide2/QtWidgets/typesystem_widgets_common.xml
+++ b/sources/pyside2/PySide2/QtWidgets/typesystem_widgets_common.xml
@@ -2026,7 +2026,7 @@
<rename to="event"/>
</modify-argument>
</modify-function>
- <modify-function signature="enterEvent(QEvent*)">
+ <modify-function signature="enterEvent(QEnterEvent*)">
<modify-argument index="1" invalidate-after-use="yes">
<rename to="event"/>
</modify-argument>