Skip to content

Commit 8c4dc55

Browse files
saeugetierCopilot
andauthored
Update src/libcameracamera.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8d4a597 commit 8c4dc55

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/libcameracamera.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ LibcameraDevice::LibcameraDevice(QObject *parent)
3333
connect(mWorker, &LibCameraWorker::errorOccurred,
3434
this, &LibcameraDevice::onErrorOccurred);
3535

36-
// Connect device slots to worker slots
37-
connect(this, &LibcameraDevice::startCamera,
38-
mWorker, &LibCameraWorker::startCamera);
39-
connect(this, &LibcameraDevice::stopCamera,
40-
mWorker, &LibCameraWorker::stopCamera);
41-
connect(this, &LibcameraDevice::captureImage,
42-
mWorker, &LibCameraWorker::captureImage);
43-
4436
// Clean up when thread finishes
4537
connect(mWorkerThread.get(), &QThread::finished,
4638
mWorker, &QObject::deleteLater);

0 commit comments

Comments
 (0)