summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-05-10 11:35:18 +0200
committerLars Knoll <lars.knoll@qt.io>2021-05-18 08:41:33 +0000
commitf6b68bb6834214dd3a05f95421b0ae5aa2404b03 (patch)
tree789a645137a9e2aa63f1f4cf09142a1a3dda6d25 /tests
parent4a2d272886eeb4f61c4830dbe1f3a0421d167fda (diff)
Doc improvements
Try to add at least a short class overview to every C++ class and document most properties there. Some API cleanups in QMediaRecorder. Some rough cleanups in the overview documentation, removing mentions of features and APIs that do not exist anymore and adjust the ones that have changed. Updated the changes.qdoc file to now reflect the changes from Qt 5 to Qt 6, not from Qt 4 to Qt 5 anymore. Change-Id: I42f4994d3af4d35ab5e51afe351afa653964bea8 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/unit/multimedia/qaudiorecorder/tst_qaudiorecorder.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/unit/multimedia/qaudiorecorder/tst_qaudiorecorder.cpp b/tests/auto/unit/multimedia/qaudiorecorder/tst_qaudiorecorder.cpp
index c3fa73fb2..df981b9ff 100644
--- a/tests/auto/unit/multimedia/qaudiorecorder/tst_qaudiorecorder.cpp
+++ b/tests/auto/unit/multimedia/qaudiorecorder/tst_qaudiorecorder.cpp
@@ -84,13 +84,6 @@ void tst_QAudioRecorder::testNullControl()
service->hasControls = false;
QVERIFY(source.isAvailable());
-
- QCOMPARE(source.audioInput(), QAudioDeviceInfo());
-
- QSignalSpy deviceNameSpy(&source, SIGNAL(audioInputChanged()));
-
- source.setAudioInput(QAudioDeviceInfo());
- QCOMPARE(deviceNameSpy.count(), 1);
}
void tst_QAudioRecorder::testAudioSource()