diff options
author | VaL Doroshchuk <valentyn.doroshchuk@qt.io> | 2019-07-15 15:22:39 +0200 |
---|---|---|
committer | VaL Doroshchuk <valentyn.doroshchuk@qt.io> | 2019-07-16 10:40:06 +0200 |
commit | 7d2040234d04568aa4658f4a39828c9305bc6571 (patch) | |
tree | 2b28fbfb2f1839e245995f3b8b23e0495afe8d50 /src | |
parent | bddfae90c6ae90f50d48ce9be5e70cb38c54385a (diff) | |
download | qtmultimedia-7d2040234d04568aa4658f4a39828c9305bc6571.tar.gz |
Camera: Update the doc about supported viewfinder settings
Change-Id: I9d74355fb800234d4fbd12235b89965921027223
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/multimedia/camera/qcamera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/camera/qcamera.cpp b/src/multimedia/camera/qcamera.cpp index bd3f30739..a78f56575 100644 --- a/src/multimedia/camera/qcamera.cpp +++ b/src/multimedia/camera/qcamera.cpp @@ -644,7 +644,7 @@ void QCamera::setViewfinderSettings(const QCameraViewfinderSettings &settings) If \a settings is non null, the returned list is reduced to settings matching the given partial \a settings. - The camera must be loaded before calling this function, otherwise the returned list + The status of the camera must be LoadedStatus before calling this function, otherwise the returned list is empty. \sa setViewfinderSettings(), supportedViewfinderResolutions(), supportedViewfinderFrameRateRanges(), |