More minor doc fixes.
- Missing enums - Misspelt \fn etc - Missing QSoundEffect C++ docs - A few typos etc Change-Id: I3418e79b5d50a7ab86e54d79676c33d06954bef5 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
508ca28196
commit
b7fcfd4ea9
@@ -432,7 +432,7 @@ QList<QVideoFrame::PixelFormat> QCameraImageCapture::supportedBufferFormats() co
|
||||
/*!
|
||||
Returns the buffer image capture format being used.
|
||||
|
||||
\sa supportedBufferCaptureFormats() setBufferCaptureFormat()
|
||||
\sa supportedBufferFormats() setBufferFormat()
|
||||
*/
|
||||
QVideoFrame::PixelFormat QCameraImageCapture::bufferFormat() const
|
||||
{
|
||||
@@ -445,7 +445,7 @@ QVideoFrame::PixelFormat QCameraImageCapture::bufferFormat() const
|
||||
/*!
|
||||
Sets the buffer image capture format to be used.
|
||||
|
||||
\sa bufferCaptureFormat() supportedBufferCaptureFormats() captureDestination()
|
||||
\sa BufferFormat() supportedBufferFormats() captureDestination()
|
||||
*/
|
||||
void QCameraImageCapture::setBufferFormat(const QVideoFrame::PixelFormat format)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user