summaryrefslogtreecommitdiff
path: root/src/qcam/viewfinder_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcam/viewfinder_qt.h')
-rw-r--r--src/qcam/viewfinder_qt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qcam/viewfinder_qt.h b/src/qcam/viewfinder_qt.h
index 8c621452..eb3a9988 100644
--- a/src/qcam/viewfinder_qt.h
+++ b/src/qcam/viewfinder_qt.h
@@ -32,6 +32,7 @@ public:
const QList<libcamera::PixelFormat> &nativeFormats() const override;
int setFormat(const libcamera::PixelFormat &format, const QSize &size,
+ const libcamera::ColorSpace &colorSpace,
unsigned int stride) override;
void render(libcamera::FrameBuffer *buffer, Image *image) override;
void stop() override;