summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-08 11:53:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-08 11:32:40 +0000
commit125812b6e603235d3d62581c5605fb55d55bc400 (patch)
tree62a3887c926811f24e6ff8597d390bd4bcb3e5f0 /tests
parentbb03293ddf01f7f2ec3c922a9afe9793669b5b49 (diff)
Fix a couple of compiler warnings
Change-Id: I537035b03034c237639955710b933decbb250a09 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit c6340c6b6c7e8af5e2a7fd16d196074c4180550e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/unit/multimedia/qmediarecorder/tst_qmediarecorder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/unit/multimedia/qmediarecorder/tst_qmediarecorder.cpp b/tests/auto/unit/multimedia/qmediarecorder/tst_qmediarecorder.cpp
index ceed4eeff..a0b510507 100644
--- a/tests/auto/unit/multimedia/qmediarecorder/tst_qmediarecorder.cpp
+++ b/tests/auto/unit/multimedia/qmediarecorder/tst_qmediarecorder.cpp
@@ -359,7 +359,6 @@ void tst_QMediaRecorder::testSettingsApplied()
QMediaCaptureSession session;
QMediaRecorder encoder;
session.setRecorder(&encoder);
- auto *mock = mockIntegration->lastCaptureService()->mockControl;
encoder.setVideoResolution(640,480);