Skip to content

Commit 53a2b47

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libcameracamera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using namespace libcamera;
1414

1515
LibcameraDevice::LibcameraDevice(QObject *parent)
16-
: QVideoFrameInput(parent), mWorkerThread(std::make_unique<QThread>(this)) {
16+
: QVideoFrameInput(parent), mWorkerThread(std::make_unique<QThread>()) {
1717
mWorker = new LibCameraWorker();
1818
mWorker->moveToThread(mWorkerThread.get());
1919

0 commit comments

Comments
 (0)