Very minor C++ doc changes
Reordering some enum's so values are listed ascending Replace 'The' with 'the' in some briefs Change-Id: Ibc5042389687598ddaaf11e72acaa688b85fd4cf Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
9e6d03584a
commit
b96ca81108
@@ -499,7 +499,7 @@ void QCameraImageCapture::setCaptureDestination(QCameraImageCapture::CaptureDest
|
||||
|
||||
/*!
|
||||
\property QCameraImageCapture::readyForCapture
|
||||
Indicates the service is ready to capture a an image immediately.
|
||||
\brief whether the service is ready to capture a an image immediately.
|
||||
|
||||
It's permissible to call capture() while the camera status is QCamera::ActiveStatus
|
||||
regardless of isReadyForCapture property value.
|
||||
@@ -587,9 +587,9 @@ void QCameraImageCapture::cancelCapture()
|
||||
\value NoError No Errors.
|
||||
\value NotReadyError The service is not ready for capture yet.
|
||||
\value ResourceError Device is not ready or not available.
|
||||
\value OutOfSpaceError No space left on device.
|
||||
\value NotSupportedFeatureError Device does not support stillimages capture.
|
||||
\value FormatError Current format is not supported.
|
||||
\value OutOfSpaceError No space left on device.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user