summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/mockbackend/mockcameraimagecapturecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/unit/mockbackend/mockcameraimagecapturecontrol.h')
-rw-r--r--tests/auto/unit/mockbackend/mockcameraimagecapturecontrol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/unit/mockbackend/mockcameraimagecapturecontrol.h b/tests/auto/unit/mockbackend/mockcameraimagecapturecontrol.h
index f3203ee23..d480b861a 100644
--- a/tests/auto/unit/mockbackend/mockcameraimagecapturecontrol.h
+++ b/tests/auto/unit/mockbackend/mockcameraimagecapturecontrol.h
@@ -50,9 +50,6 @@ public:
{
}
- QCameraImageCapture::DriveMode driveMode() const { return QCameraImageCapture::SingleImageCapture; }
- void setDriveMode(QCameraImageCapture::DriveMode) {}
-
bool isReadyForCapture() const { return m_ready && m_cameraControl->state() == QCamera::ActiveState; }
int capture(const QString &fileName)