Skip to content

Commit 2d45984

Browse files
saeugetierCopilot
andauthored
Update src/libcameracamera.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 715c72d commit 2d45984

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/libcameracamera.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ class LibCameraWorker : public QObject {
5252
~LibCameraWorker() override;
5353

5454
public slots:
55-
void
56-
startCamera(const QString &cameraId); // cameraId as returned by CameraManager
55+
void startCamera(const QString &cameraId); // cameraId as returned by CameraManager
5756
void stopCamera();
5857
void captureImage();
5958
void queueViewfinderRequest(); // single capture -> emits imageCaptured

0 commit comments

Comments
 (0)