aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-06-07 11:17:32 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-06-07 11:17:37 +0200
commit60a3b6a16304af4b1d8896a06b8407fe49f80ed2 (patch)
tree6dca986c5e439c7cb39b17643129dadb436d2fea /sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py
parent33943b54e9470dc8830e94270e6521524acb2954 (diff)
parent823eea34b77ca16a545a75b55619a5ed4da38c0e (diff)
Merge branch '5.9' into 5.11
Diffstat (limited to 'sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py')
-rw-r--r--sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py b/sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py
index 7c1188b21..2addd0611 100644
--- a/sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py
+++ b/sources/pyside2/tests/registry/exists_linux_5_6_4_ci.py
@@ -302,7 +302,7 @@ if "PySide2.QtCore" in sys.modules:
"QBuffer.writeData": ('str', 'int'),
# class PySide2.QtCore.QByteArray:
- "QByteArray.__init__": [(), ('PySide2.QtCore.QByteArray',), ('int', 'PySide2.support.signature.typing.Union[str, int]')],
+ "QByteArray.__init__": [(), ('PySide2.QtCore.QByteArray',), ('int', 'PySide2.support.signature.typing.Union[str, int]'), ('bytes',), ('bytearray',)],
"QByteArray.__copy__": (),
"QByteArray.__reduce__": (),
"QByteArray.append": [('PySide2.QtCore.QByteArray',), ('PySide2.support.signature.typing.Union[str, int]',)],