aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
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/QtGui/typesystem_gui_common.xml
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/QtGui/typesystem_gui_common.xml')
-rw-r--r--sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml b/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
index f8716b727..4c32e4821 100644
--- a/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
+++ b/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
@@ -1267,10 +1267,7 @@
<object-type name="QTextItem">
<enum-type name="RenderFlag" flags="RenderFlags"/>
</object-type>
- <object-type name="QTextList" >
- <!--### Obsolete in 4.3-->
- <modify-function signature="isEmpty()const" remove="all"/>
- </object-type>
+ <object-type name="QTextList"/>
<object-type name="QTextObject"/>
<object-type name="QTextObjectInterface" >
<modify-function signature="drawObject(QPainter*,QRectF,QTextDocument*,int,QTextFormat)">