aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2025-04-23 13:07:42 +0200
committerFriedemann Kleint <[email protected]>2025-04-23 15:12:13 +0200
commit7980ebc7793aa8e1a8d39f3279ac9296b613d84e (patch)
treeed01b00614b7bf3965d9f90c1345c7dda594ddb2
parent5046cabc19bd9e9fdb1c3f567147ea4f8cec8158 (diff)
PySide6/type system: Remove obsolete "since" attributes
Pick-to: 6.9 Change-Id: I184a939af6814a04f76f1047217bc9736143bd74 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
-rw-r--r--sources/pyside6/PySide6/QtCore/typesystem_core_common.xml64
-rw-r--r--sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml52
-rw-r--r--sources/pyside6/PySide6/QtNetwork/typesystem_network.xml2
-rw-r--r--sources/pyside6/PySide6/QtTest/typesystem_test.xml12
-rw-r--r--sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml46
5 files changed, 88 insertions, 88 deletions
diff --git a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
index 9390f8412..e0d711313 100644
--- a/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
+++ b/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
@@ -31,16 +31,16 @@
<overload-removal type="long" replaces="short"/>
<overload-removal type="long long" replaces="long;int"/>
- <function signature="qFastCos(qreal)" since="4.6"/>
- <function signature="qFastSin(qreal)" since="4.6"/>
+ <function signature="qFastCos(qreal)"/>
+ <function signature="qFastSin(qreal)"/>
<function signature="qFuzzyCompare(double,double)"/>
- <function signature="qFuzzyIsNull(double)" since="4.6"/>
+ <function signature="qFuzzyIsNull(double)"/>
<function signature="qIsFinite(double)"/>
<function signature="qIsInf(double)"/>
<function signature="qIsNaN(double)"/>
<function signature="qIsNull(double)"/>
<!-- Qt5: gone <function signature="qRound(qreal)"/> -->
- <function signature="qtTrId(const char*,int)" since="4.6"/>
+ <function signature="qtTrId(const char*,int)"/>
<function signature="qVersion()">
<modify-function>
<modify-argument index="return" pyi-type="str"/>
@@ -599,7 +599,7 @@
<include file-name="QtCore/QProperty" location="global"/>
</extra-includes>
<enum-type name="AlignmentFlag" python-type="IntFlag" flags="Alignment"/>
- <enum-type name="AnchorPoint" since="4.6"/>
+ <enum-type name="AnchorPoint"/>
<enum-type name="ColorScheme" since="6.5"/>
<enum-type name="ApplicationAttribute"/>
<enum-type name="ApplicationState" flags="ApplicationStates"/>
@@ -615,7 +615,7 @@
<enum-type name="ConnectionType"/>
<enum-type name="ContextMenuPolicy"/>
<enum-type name="ContextMenuTrigger" since="6.8"/>
- <enum-type name="CoordinateSystem" since="4.6"/>
+ <enum-type name="CoordinateSystem"/>
<enum-type name="Corner"/>
<enum-type name="CursorShape"/>
<enum-type name="DateFormat"/>
@@ -629,14 +629,14 @@
<enum-type name="FindChildOption" flags="FindChildOptions"/>
<enum-type name="FocusPolicy" python-type="IntFlag"/>
<enum-type name="FocusReason"/>
- <enum-type name="GestureFlag" flags="GestureFlags" since="4.6"/>
- <enum-type name="GestureState" since="4.6"/>
- <enum-type name="GestureType" python-type="IntEnum" since="4.6"/>
+ <enum-type name="GestureFlag" flags="GestureFlags"/>
+ <enum-type name="GestureState"/>
+ <enum-type name="GestureType" python-type="IntEnum"/>
<enum-type name="GlobalColor"/>
<enum-type name="HighDpiScaleFactorRoundingPolicy"/>
<enum-type name="HitTestAccuracy"/>
<enum-type name="ImageConversionFlag" flags="ImageConversionFlags"/>
- <enum-type name="InputMethodHint" flags="InputMethodHints" since="4.6"/>
+ <enum-type name="InputMethodHint" flags="InputMethodHints"/>
<enum-type name="InputMethodQuery" flags="InputMethodQueries"/>
<enum-type name="EnterKeyType"/>
<enum-type name="ItemDataRole" python-type="IntEnum"/>
@@ -653,7 +653,7 @@
<enum-type name="MouseEventFlag" flags="MouseEventFlags"/>
<enum-type name="MouseEventSource"/>
<enum-type name="NativeGestureType"/>
- <enum-type name="NavigationMode" since="4.6"/>
+ <enum-type name="NavigationMode"/>
<enum-type name="Orientation" flags="Orientations"/>
<enum-type name="PenCapStyle"/>
<enum-type name="PenJoinStyle"/>
@@ -673,14 +673,14 @@
<enum-type name="TextFlag" python-type="IntFlag"/>
<enum-type name="TextFormat"/>
<enum-type name="TextInteractionFlag" flags="TextInteractionFlags"/>
- <enum-type name="TileRule" since="4.6"/>
+ <enum-type name="TileRule"/>
<enum-type name="TimerId" since="6.8"/>
<enum-type name="TimerType"/>
<enum-type name="TimeSpec"/>
<enum-type name="ToolBarArea" flags="ToolBarAreas"/>
<enum-type name="ToolBarAreaSizes"/>
<enum-type name="ToolButtonStyle"/>
- <enum-type name="TouchPointState" flags="TouchPointStates" since="4.6"/>
+ <enum-type name="TouchPointState" flags="TouchPointStates"/>
<enum-type name="TransformationMode"/>
<enum-type name="UIEffect"/>
<enum-type name="WhiteSpaceMode"/>
@@ -689,7 +689,7 @@
<enum-type name="WindowModality"/>
<enum-type name="WindowState" flags="WindowStates"/>
<enum-type name="WindowType" python-type="IntFlag" flags="WindowFlags"/>
- <enum-type name="CursorMoveStyle" since="4.8" revision="4800"/>
+ <enum-type name="CursorMoveStyle" revision="4800"/>
<inject-code class="target" position="end" file="../glue/qtcore.cpp"
snippet="qt-modifier"/>
@@ -737,8 +737,8 @@
<enum-type name="ForeverConstant"/>
</value-type>
- <value-type name="QElapsedTimer" since="4.7">
- <enum-type name="ClockType" since="4.7"/>
+ <value-type name="QElapsedTimer">
+ <enum-type name="ClockType"/>
</value-type>
<object-type name="QAbstractTableModel"
@@ -1405,9 +1405,9 @@
<enum-type name="LanguageCodeType" python-type="IntFlag" flags="LanguageCodeTypes" since="6.3"/>
<enum-type name="MeasurementSystem"/>
<enum-type name="NumberOption" flags="NumberOptions"/>
- <enum-type name="Script" since="4.8" revision="4800"/>
- <enum-type name="CurrencySymbolFormat" since="4.8" revision="4800"/>
- <enum-type name="QuotationStyle" since="4.8" revision="4800"/>
+ <enum-type name="Script" revision="4800"/>
+ <enum-type name="CurrencySymbolFormat" revision="4800"/>
+ <enum-type name="QuotationStyle" revision="4800"/>
<!--### All those C++ number types have the same representation in Python -->
<modify-function signature="toString(qulonglong)const" remove="all"/>
<modify-function signature="toString(ushort)const" remove="all"/>
@@ -2695,7 +2695,7 @@
<object-type name="QCoreApplication">
<!--Qt5: gone <enum-type name="Encoding"/> -->
- <enum-type identified-by-value="ApplicationFlags" since="4.8" revision="4800"/>
+ <enum-type identified-by-value="ApplicationFlags" revision="4800"/>
<extra-includes>
<include file-name="QStringList" location="global"/>
<include file-name="QTranslator" location="global"/>
@@ -2820,7 +2820,7 @@
<object-type name="QDataStream" stream="yes">
- <enum-type name="FloatingPointPrecision" since="4.6"/>
+ <enum-type name="FloatingPointPrecision"/>
<enum-type name="Status"/>
<enum-type name="Version" python-type="IntEnum"/>
<enum-type name="ByteOrder"/>
@@ -3131,7 +3131,7 @@
<object-type name="QXmlStreamReader">
<enum-type name="Error"/>
<enum-type name="TokenType"/>
- <enum-type name="ReadElementTextBehaviour" since="4.6"/>
+ <enum-type name="ReadElementTextBehaviour"/>
</object-type>
<object-type name="QXmlStreamWriter">
<!-- Removed because it expect QString to be mutable -->
@@ -3415,13 +3415,13 @@
</value-type>
<!-- From Qt4.6 -->
- <object-type name="QAbstractAnimation" since="4.6">
+ <object-type name="QAbstractAnimation">
<enum-type name="DeletionPolicy"/>
<enum-type name="Direction"/>
<enum-type name="State"/>
</object-type>
- <object-type name="QAnimationGroup" since="4.6">
+ <object-type name="QAnimationGroup">
<modify-function signature="addAnimation(QAbstractAnimation*)">
<modify-argument index="1">
<parent index="this" action="add"/>
@@ -3454,7 +3454,7 @@
<!-- We will use inject code to implement the function below -->
<rejection class="QEasingCurve" function-name="setCustomType"/>
<rejection class="QEasingCurve" function-name="customType"/>
- <value-type name="QEasingCurve" since="4.6">
+ <value-type name="QEasingCurve">
<extra-includes>
<include file-name="pysideweakref.h" location="global"/>
<include file-name="glue/qeasingcurve_glue.h" location="local"/>
@@ -3494,23 +3494,23 @@
</extra-includes>
</value-type>
- <value-type name="QMargins" since="4.6"/>
+ <value-type name="QMargins"/>
<value-type name="QMarginsF"/>
- <object-type name="QParallelAnimationGroup" since="4.6"/>
+ <object-type name="QParallelAnimationGroup"/>
- <object-type name="QPauseAnimation" since="4.6"/>
+ <object-type name="QPauseAnimation"/>
- <value-type name="QProcessEnvironment" since="4.6">
+ <value-type name="QProcessEnvironment">
<configuration condition="QT_CONFIG(processenvironment)"/>
<enum-type name="Initialization" since="6.3"/>
</value-type>
- <object-type name="QPropertyAnimation" since="4.6"/>
+ <object-type name="QPropertyAnimation"/>
- <object-type name="QSequentialAnimationGroup" since="4.6"/>
+ <object-type name="QSequentialAnimationGroup"/>
- <object-type name="QVariantAnimation" since="4.6"/>
+ <object-type name="QVariantAnimation"/>
<value-type name="QVersionNumber">
<modify-function signature="fromString(QAnyStringView,qsizetype*)">
diff --git a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
index f997a88ca..b1a2a9c9c 100644
--- a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
+++ b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
@@ -156,7 +156,7 @@
<object-type name="QAction">
<enum-type name="ActionEvent"/>
<enum-type name="MenuRole"/>
- <enum-type name="Priority" since="4.6"/>
+ <enum-type name="Priority"/>
<!-- PYSIDE-1627 QAction::menu()/setMenu() are templates -->
<add-function signature="menu()const" return-type="QObject*">
<inject-code file="../glue/qtgui.cpp" snippet="qaction-menu"/>
@@ -434,7 +434,7 @@
</modify-function>
</value-type>
<value-type name="QTextBlockFormat">
- <enum-type name="LineHeightTypes" since="4.8" revision="4800"/>
+ <enum-type name="LineHeightTypes" revision="4800"/>
<enum-type name="MarkerType"/>
</value-type>
<value-type name="QTextTableCellFormat"/>
@@ -631,7 +631,7 @@
<enum-type name="StyleHint"/>
<enum-type name="StyleStrategy" python-type="Flag"/>
<enum-type name="Weight" python-type="IntEnum"/>
- <enum-type name="HintingPreference" since="4.8" revision="4800"/>
+ <enum-type name="HintingPreference" revision="4800"/>
<extra-includes>
<include file-name="QStringList" location="global"/>
</extra-includes>
@@ -746,13 +746,13 @@
<!-- ### There is already an loadFromData with a QByteArray type (that is convertible from Python's str) as the first type. -->
<modify-function signature="loadFromData(const uchar*,int,const char*)" remove="all"/>
- <modify-function signature="constBits()const" since="4.7">
+ <modify-function signature="constBits()const">
<inject-code file="../glue/qtgui.cpp" snippet="qimage-constbits"/>
</modify-function>
<modify-function signature="bits()">
<inject-code file="../glue/qtgui.cpp" snippet="qimage-bits"/>
</modify-function>
- <modify-function signature="constScanLine(int)const" since="4.7">
+ <modify-function signature="constScanLine(int)const">
<inject-code file="../glue/qtgui.cpp" snippet="qimage-constscanline"/>
<modify-argument index="return">
<replace-type modified-type="PyObject"/>
@@ -889,7 +889,7 @@
</insert-template>
</inject-code>
</modify-function>
- <modify-function signature="getHsl(int*,int*,int*,int*)const" since="4.6">
+ <modify-function signature="getHsl(int*,int*,int*,int*)const">
<modify-argument index="0">
<replace-type modified-type="PyObject*"/>
</modify-argument>
@@ -912,7 +912,7 @@
</insert-template>
</inject-code>
</modify-function>
- <modify-function signature="getHslF(float*,float*,float*,float*)const" since="4.6">
+ <modify-function signature="getHslF(float*,float*,float*,float*)const">
<modify-argument index="0">
<replace-type modified-type="PyObject*"/>
</modify-argument>
@@ -1164,7 +1164,7 @@
</object-type>
<object-type name="QPyTextObject"/>
- <object-type name="QDesktopServices" since="4.2">
+ <object-type name="QDesktopServices">
<modify-function signature="openUrl(const QUrl&amp;)" allow-thread="yes"/>
</object-type>
<object-type name="QDoubleValidator">
@@ -1829,7 +1829,7 @@
<enum-type name="MarkdownFeature" flags="MarkdownFeatures"/>
<enum-type name="MetaInformation"/>
<enum-type name="ResourceType" python-type="IntEnum"/>
- <enum-type name="Stacks" since="4.7"/>
+ <enum-type name="Stacks"/>
<modify-function signature="setDocumentLayout(QAbstractTextDocumentLayout*)">
<modify-argument index="1">
<parent index="this" action="add"/>
@@ -1853,7 +1853,7 @@
</modify-function>
<modify-function signature="print(QPagedPaintDevice*)const" allow-thread="yes" rename="print_"/>
</object-type>
- <object-type name="QTextDocumentWriter" since="4.5"/>
+ <object-type name="QTextDocumentWriter"/>
<object-type name="QTextTable">
<extra-includes>
<include file-name="QTextCursor" location="global"/>
@@ -2072,9 +2072,9 @@
<include file-name="pyside_numpy.h" location="global"/>
</extra-includes>
<enum-type name="CompositionMode"/>
- <enum-type name="PixmapFragmentHint" flags="PixmapFragmentHints" since="4.7"/>
+ <enum-type name="PixmapFragmentHint" flags="PixmapFragmentHints"/>
<enum-type name="RenderHint" flags="RenderHints"/>
- <value-type name="PixmapFragment" since="4.7">
+ <value-type name="PixmapFragment">
<include file-name="QPainter" location="global"/>
</value-type>
@@ -2221,7 +2221,7 @@
</object-type>
<value-type name="QGenericMatrix" generate="no"/>
- <value-type name="QMatrix2x2" since="4.6">
+ <value-type name="QMatrix2x2">
<modify-function signature="QMatrix2x2(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2258,7 +2258,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix2x3" since="4.6">
+ <value-type name="QMatrix2x3">
<modify-function signature="QMatrix2x3(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2295,7 +2295,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix2x4" since="4.6">
+ <value-type name="QMatrix2x4">
<modify-function signature="QMatrix2x4(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2332,7 +2332,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix3x2" since="4.6">
+ <value-type name="QMatrix3x2">
<modify-function signature="QMatrix3x2(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2369,7 +2369,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix3x3" since="4.6">
+ <value-type name="QMatrix3x3">
<modify-function signature="QMatrix3x3(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2406,7 +2406,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix3x4" since="4.6">
+ <value-type name="QMatrix3x4">
<modify-function signature="QMatrix3x4(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2443,7 +2443,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix4x2" since="4.6">
+ <value-type name="QMatrix4x2">
<modify-function signature="QMatrix4x2(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2480,7 +2480,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix4x3" since="4.6">
+ <value-type name="QMatrix4x3">
<modify-function signature="QMatrix4x3(const float*)" remove="all"/>
<modify-function signature="copyDataTo(float*) const" remove="all"/>
<modify-function signature="constData()const" remove="all"/>
@@ -2517,7 +2517,7 @@
</add-function>
</value-type>
- <value-type name="QMatrix4x4" since="4.6">
+ <value-type name="QMatrix4x4">
<enum-type name="Flag" flags="Flags"/>
<!-- Qt5: HAIRY TRICK ALERT ahead!
@@ -2611,7 +2611,7 @@
_______ end of matrix block _______ -->
- <value-type name="QQuaternion" since="4.6">
+ <value-type name="QQuaternion">
<add-function signature="__repr__" return-type="str">
<inject-code class="target" position="beginning">
<insert-template name="repr_code">
@@ -2653,7 +2653,7 @@
</modify-function>
</value-type>
- <object-type name="QTouchEvent" since="4.6">
+ <object-type name="QTouchEvent">
<add-function signature="__repr__" return-type="str">
<inject-code class="target" position="beginning">
<insert-template name="repr_qdebug_gui"/>
@@ -2666,7 +2666,7 @@
<enum-type name="DeviceType" flags="DeviceTypes"/>
</object-type>
- <value-type name="QVector2D" since="4.6">
+ <value-type name="QVector2D">
<add-function signature="__repr__" return-type="str">
<inject-code class="target" position="beginning">
<insert-template name="repr_code">
@@ -2695,7 +2695,7 @@
</add-function>
</value-type>
- <value-type name="QVector3D" since="4.6">
+ <value-type name="QVector3D">
<extra-includes>
<include file-name="QMatrix4x4" location="global"/>
</extra-includes>
@@ -2727,7 +2727,7 @@
</add-function>
</value-type>
- <value-type name="QVector4D" since="4.6">
+ <value-type name="QVector4D">
<extra-includes>
<include file-name="QMatrix4x4" location="global"/>
</extra-includes>
diff --git a/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml b/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
index f59283617..0f5453126 100644
--- a/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
+++ b/sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
@@ -48,7 +48,7 @@
<enum-type name="NetworkLayerProtocol"/>
<enum-type name="PauseMode" flags="PauseModes"/>
<enum-type name="SocketError"/>
- <enum-type name="SocketOption" since="4.6"/>
+ <enum-type name="SocketOption"/>
<enum-type name="SocketState"/>
<enum-type name="SocketType"/>
<modify-function signature="connectToHost(const QString&amp;,quint16,QFlags&lt;QIODeviceBase::OpenModeFlag>,QAbstractSocket::NetworkLayerProtocol)" allow-thread="yes"/>
diff --git a/sources/pyside6/PySide6/QtTest/typesystem_test.xml b/sources/pyside6/PySide6/QtTest/typesystem_test.xml
index 173392f3b..dbf4ef6ca 100644
--- a/sources/pyside6/PySide6/QtTest/typesystem_test.xml
+++ b/sources/pyside6/PySide6/QtTest/typesystem_test.xml
@@ -66,18 +66,18 @@
</object-type>
<namespace-type name="QTest">
- <!-- Qt5: private <enum-type name="AttributeIndex" since="4.6"/> -->
+ <!-- Qt5: private <enum-type name="AttributeIndex"/> -->
<enum-type name="KeyAction"/>
- <!-- Qt5: private <enum-type name="LogElementType" since="4.6"/> -->
+ <!-- Qt5: private <enum-type name="LogElementType"/> -->
<enum-type name="MouseAction"/>
- <enum-type name="QBenchmarkMetric" since="4.7"/>
+ <enum-type name="QBenchmarkMetric"/>
<enum-type name="TestFailMode"/>
<enum-type name="ComparisonOperation" since="6.4"/>
<extra-includes>
<include file-name="QtTest" location="global"/>
</extra-includes>
- <object-type name="PySideQTouchEventSequence" target-lang-name="QTouchEventSequence" since="4.6" >
+ <object-type name="PySideQTouchEventSequence" target-lang-name="QTouchEventSequence">
<modify-function signature="press(int,const QPoint&amp;,QWidget*)">
<modify-argument index="return">
<define-ownership class="target" owner="default"/>
@@ -114,12 +114,12 @@
</modify-argument>
</modify-function>
</object-type>
- <modify-function signature="generateTouchEvent(QWidget*,QPointingDevice*,bool)" rename="touchEvent" since="4.6">
+ <modify-function signature="generateTouchEvent(QWidget*,QPointingDevice*,bool)" rename="touchEvent">
<modify-argument index="return">
<define-ownership class="target" owner="target"/>
</modify-argument>
</modify-function>
- <modify-function signature="generateTouchEvent(QWindow*,QPointingDevice*,bool)" rename="touchEvent" since="4.6">
+ <modify-function signature="generateTouchEvent(QWindow*,QPointingDevice*,bool)" rename="touchEvent">
<modify-argument index="return">
<define-ownership class="target" owner="target"/>
</modify-argument>
diff --git a/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml b/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
index 60f04891d..509459ec6 100644
--- a/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
+++ b/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
@@ -258,7 +258,7 @@
<enum-type name="Extension"/>
<enum-type name="GraphicsItemChange"/>
<enum-type name="GraphicsItemFlag" flags="GraphicsItemFlags"/>
- <enum-type name="PanelModality" since="4.6"/>
+ <enum-type name="PanelModality"/>
<inject-code class="target" position="end" file="../glue/qtwidgets.cpp" snippet="qgraphicsitem"/>
<modify-function signature="setParentItem(QGraphicsItem*)">
<modify-argument index="this">
@@ -327,7 +327,7 @@
<modify-function signature="inputMethodEvent(QInputMethodEvent*)">
<modify-argument index="1" invalidate-after-use="yes"/>
</modify-function>
- <modify-function signature="isBlockedByModalPanel(QGraphicsItem**)const" since="4.6">
+ <modify-function signature="isBlockedByModalPanel(QGraphicsItem**)const">
<modify-argument index="1">
<remove-argument/>
</modify-argument>
@@ -1121,7 +1121,7 @@
polymorphic-id-expression="%B-&gt;type() == QEvent::GraphicsSceneWheel"/>
<object-type name="QGestureEvent"
- polymorphic-id-expression="%B-&gt;type() == QEvent::Gesture || %B-&gt;type() == QEvent::GestureOverride" since="4.6">
+ polymorphic-id-expression="%B-&gt;type() == QEvent::Gesture || %B-&gt;type() == QEvent::GestureOverride">
<modify-function signature="activeGestures()const">
<modify-argument index="return">
<define-ownership owner="default"/>
@@ -1159,7 +1159,7 @@
<enum-type name="ControlElement" python-type="IntEnum"/>
<enum-type name="PixelMetric" python-type="IntEnum"/>
<enum-type name="PrimitiveElement" python-type="IntEnum"/>
- <enum-type name="RequestSoftwareInputPanel" since="4.6"/>
+ <enum-type name="RequestSoftwareInputPanel"/>
<enum-type name="StandardPixmap" python-type="IntEnum"/>
<enum-type name="StateFlag" flags="State"/>
<enum-type name="StyleHint" python-type="IntEnum"/>
@@ -3327,10 +3327,10 @@
</modify-function>
</object-type>
- <object-type name="QGesture" since="4.6">
+ <object-type name="QGesture">
<enum-type name="GestureCancelPolicy"/>
</object-type>
- <object-type name="QGestureRecognizer" since="4.6">
+ <object-type name="QGestureRecognizer">
<enum-type name="ResultFlag" flags="Result"/>
<modify-function signature="create(QObject*)">
<modify-argument index="return">
@@ -3343,28 +3343,28 @@
</modify-argument>
</modify-function>
</object-type>
- <object-type name="QTapAndHoldGesture" since="4.6"/>
- <object-type name="QTapGesture" since="4.6"/>
- <object-type name="QGraphicsAnchor" since="4.6"/>
- <object-type name="QGraphicsAnchorLayout" since="4.6"/>
- <object-type name="QGraphicsBlurEffect" since="4.6">
+ <object-type name="QTapAndHoldGesture"/>
+ <object-type name="QTapGesture"/>
+ <object-type name="QGraphicsAnchor"/>
+ <object-type name="QGraphicsAnchorLayout"/>
+ <object-type name="QGraphicsBlurEffect">
<enum-type name="BlurHint" flags="BlurHints"/>
</object-type>
- <object-type name="QGraphicsColorizeEffect" since="4.6"/>
- <object-type name="QGraphicsDropShadowEffect" since="4.6"/>
+ <object-type name="QGraphicsColorizeEffect"/>
+ <object-type name="QGraphicsDropShadowEffect"/>
- <object-type name="QGraphicsEffect" since="4.6">
+ <object-type name="QGraphicsEffect">
<enum-type name="ChangeFlag" flags="ChangeFlags"/>
<enum-type name="PixmapPadMode"/>
</object-type>
- <object-type name="QGraphicsObject" since="4.6" default-superclass="QGraphicsItem"/>
- <object-type name="QGraphicsOpacityEffect" since="4.6"/>
- <object-type name="QGraphicsRotation" since="4.6"/>
- <object-type name="QGraphicsScale" since="4.6"/>
- <object-type name="QGraphicsTransform" since="4.6"/>
- <object-type name="QPanGesture" since="4.6"/>
- <object-type name="QPinchGesture" since="4.6">
+ <object-type name="QGraphicsObject" default-superclass="QGraphicsItem"/>
+ <object-type name="QGraphicsOpacityEffect"/>
+ <object-type name="QGraphicsRotation"/>
+ <object-type name="QGraphicsScale"/>
+ <object-type name="QGraphicsTransform"/>
+ <object-type name="QPanGesture"/>
+ <object-type name="QPinchGesture">
<enum-type name="ChangeFlag" flags="ChangeFlags"/>
</object-type>
@@ -3373,11 +3373,11 @@
<enum-type name="TextureFormat"/>
</object-type>
- <object-type name="QSwipeGesture" since="4.6">
+ <object-type name="QSwipeGesture">
<enum-type name="SwipeDirection"/>
</object-type>
- <value-type name="QTileRules" since="4.6"/>
+ <value-type name="QTileRules"/>
<object-type name="QScroller">
<enum-type name="State"/>