Remove antiquated \since lines in docs.
They aren't useful in the case of QtMultimedia{Kit}
Change-Id: If1b0b6625763c85907fb05beb9c440046472ddef
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b228ff95d7
commit
a6268601c9
@@ -52,7 +52,6 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia-serv
|
||||
\since 1.1
|
||||
|
||||
|
||||
|
||||
@@ -96,14 +95,12 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
hardware initialized, flash is charged, etc).
|
||||
|
||||
Returns true if the camera is ready for capture; and false if it is not.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QCameraImageCaptureControl::readyForCaptureChanged(bool ready)
|
||||
|
||||
Signals that a capture control's \a ready state has changed.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -116,14 +113,12 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
|
||||
Returns the capture request id number, which is used later
|
||||
with imageExposed(), imageCaptured() and imageSaved() signals.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QCameraImageCaptureControl::cancelCapture()
|
||||
|
||||
Cancel pending capture requests.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -132,7 +127,6 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
Signals that an image with it \a requestId
|
||||
has just been exposed.
|
||||
This signal can be used for the shutter sound or other indicaton.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -140,7 +134,6 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
|
||||
Signals that an image with it \a requestId
|
||||
has been captured and a \a preview is available.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -150,7 +143,6 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
This signal is emitted for metadata \a value with a \a key listed in QtMultimedia::MetaData enum.
|
||||
|
||||
This signal should be emitted between imageExposed and imageSaved signals.
|
||||
\since 1.2
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -160,14 +152,12 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
This signal is emitted for extended metadata \a value with a \a key not listed in QtMultimedia::MetaData enum.
|
||||
|
||||
This signal should be emitted between imageExposed and imageSaved signals.
|
||||
\since 1.2
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QCameraImageCaptureControl::imageAvailable(int requestId, const QVideoFrame &buffer)
|
||||
|
||||
Signals that a captured \a buffer with a \a requestId is available.
|
||||
\since 1.2
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -175,21 +165,18 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
|
||||
Signals that a captured image with a \a requestId has been saved
|
||||
to \a fileName.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QCameraImageCaptureControl::driveMode() const
|
||||
|
||||
Returns the current camera drive mode.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QCameraImageCaptureControl::setDriveMode(QCameraImageCapture::DriveMode mode)
|
||||
|
||||
Sets the current camera drive \a mode.
|
||||
\since 1.1
|
||||
*/
|
||||
|
||||
|
||||
@@ -198,7 +185,6 @@ QCameraImageCaptureControl::~QCameraImageCaptureControl()
|
||||
|
||||
Signals the capture request \a id failed with \a error code and message \a errorString.
|
||||
|
||||
\since 1.1
|
||||
\sa QCameraImageCapture::Error
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user