aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-15 10:44:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-16 10:32:18 +0000
commit734c6aba98a488871e4d511452b4e4d6b4e4c007 (patch)
tree2b062124818771a83c70cc9860f0c700878353e5 /sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py
parentad33a1248b4b47e8084a1bc808efb54a34ad8962 (diff)
Add more QtMultimedia classes
Add QCameraFeedbackControl, QMediaService, QMediaServiceCameraInfoInterface, QMediaServiceDefaultDeviceInterface, QMediaServiceFeaturesInterface, QMediaServiceProviderHint, QMediaServiceSupportedDevicesInterface, QMediaServiceSupportedFormatsInterface, QMediaTimeInterval, QMediaVideoProbeControl, QMetaDataReaderControl and QMetaDataWriterControl. Add commented out classes QCameraFlashControl and QCameraFocusControl with explanatory comment. Task-number: PYSIDE-487 Change-Id: I4125ee2088bde487c36c3c13dd7b05d6667b0711 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py')
-rw-r--r--sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py b/sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py
index 95f3fe237..63a74ff07 100644
--- a/sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py
+++ b/sources/pyside2/tests/registry/exists_darwin_5_9_4_ci.py
@@ -14556,7 +14556,7 @@ if "PySide2.QtMultimedia" in sys.modules:
"QMediaResource.videoCodec": (),
# class PySide2.QtMultimedia.QMediaTimeRange:
- "QMediaTimeRange.__init__": [(), ('PySide2.QtMultimedia.QMediaTimeRange',), ('int', 'int')],
+ "QMediaTimeRange.__init__": [(), ('PySide2.QtMultimedia.QMediaTimeInterval',), ('PySide2.QtMultimedia.QMediaTimeRange',), ('int', 'int')],
"QMediaTimeRange.__copy__": (),
"QMediaTimeRange.addInterval": ('int', 'int'),
"QMediaTimeRange.addTimeRange": ('PySide2.QtMultimedia.QMediaTimeRange',),