-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from altendky/upstream-5.15.5
- Loading branch information
Showing
46 changed files
with
7,156 additions
and
6,848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the Qt3DLogic module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
@@ -40,14 +40,13 @@ PYQT_OPENGL_BOUND_ARRAY = typing.Union[typing.Sequence[int], | |
typing.Sequence[float], PyQt5.sip.Buffer, int, None] | ||
|
||
|
||
class Qt3DLogic(PyQt5.sip.simplewrapper): | ||
class QFrameAction(Qt3DCore.QComponent): | ||
|
||
class QFrameAction(Qt3DCore.QComponent): | ||
def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ... | ||
|
||
def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ... | ||
def triggered(self, dt: float) -> None: ... | ||
|
||
def triggered(self, dt: float) -> None: ... | ||
|
||
class QLogicAspect(Qt3DCore.QAbstractAspect): | ||
class QLogicAspect(Qt3DCore.QAbstractAspect): | ||
|
||
def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ... | ||
def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ... |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtBluetooth module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtCore module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtDBus module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtDesigner module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtGui module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
@@ -6010,7 +6010,10 @@ class QPdfWriter(QtCore.QObject, QPagedPaintDevice): | |
def paintEngine(self) -> QPaintEngine: ... | ||
def setMargins(self, m: QPagedPaintDevice.Margins) -> None: ... | ||
def setPageSizeMM(self, size: QtCore.QSizeF) -> None: ... | ||
@typing.overload | ||
def setPageSize(self, size: QPagedPaintDevice.PageSize) -> None: ... | ||
@typing.overload | ||
def setPageSize(self, pageSize: QPageSize) -> bool: ... | ||
def newPage(self) -> bool: ... | ||
def setCreator(self, creator: str) -> None: ... | ||
def creator(self) -> str: ... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtHelp module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtLocation module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtMultimedia module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtMultimediaWidgets module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtNetwork module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtNetworkAuth module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtNfc module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtOpenGL module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtPositioning module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtPrintSupport module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtPurchasing module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtQml module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtQuick module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtQuickWidgets module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtRemoteObjects module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtSensors module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtSerialPort module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtSql module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtSvg module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtTest module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWebChannel module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWebEngine module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWebEngineCore module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
@@ -42,9 +42,6 @@ PYQT_OPENGL_BOUND_ARRAY = typing.Union[typing.Sequence[int], | |
typing.Sequence[float], PyQt5.sip.Buffer, int, None] | ||
|
||
|
||
class QtWebEngineCore(PyQt5.sip.simplewrapper): ... | ||
|
||
|
||
class QWebEngineClientCertificateStore(sip.simplewrapper): | ||
|
||
def clear(self) -> None: ... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWebEngineWidgets module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWebKit module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWebKitWidgets module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWebSockets module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtWidgets module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
@@ -2503,12 +2503,12 @@ class QCompleter(QtCore.QObject): | |
UnfilteredPopupCompletion = ... # type: QCompleter.CompletionMode | ||
InlineCompletion = ... # type: QCompleter.CompletionMode | ||
|
||
@typing.overload | ||
def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ... | ||
@typing.overload | ||
def __init__(self, model: QtCore.QAbstractItemModel, parent: typing.Optional[QtCore.QObject] = ...) -> None: ... | ||
@typing.overload | ||
def __init__(self, list: typing.Iterable[str], parent: typing.Optional[QtCore.QObject] = ...) -> None: ... | ||
@typing.overload | ||
def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ... | ||
|
||
def filterMode(self) -> QtCore.Qt.MatchFlags: ... | ||
def setFilterMode(self, filterMode: typing.Union[QtCore.Qt.MatchFlags, QtCore.Qt.MatchFlag]) -> None: ... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtX11Extras module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtXml module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The PEP 484 type hints stub file for the QtXmlPatterns module. | ||
# | ||
# Generated by SIP 6.0.3 | ||
# Generated by SIP 6.3.1 | ||
# | ||
# Copyright (c) 2021 Riverbank Computing Limited <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "5.15.4.0" | ||
__version__ = "5.15.5.0" |