Doc: Fix typo and enum names
Change-Id: I55a22d3a7c5fbdf2f8a16c09c701a7fa871a95e1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
9f10ff8e9a
commit
05d648833b
@@ -423,7 +423,7 @@ void QMediaObject::setupControls()
|
|||||||
/*!
|
/*!
|
||||||
\fn QMediaObject::availabilityChanged(QMultimedia::AvailabilityStatus availability)
|
\fn QMediaObject::availabilityChanged(QMultimedia::AvailabilityStatus availability)
|
||||||
|
|
||||||
Signal emitted when the availability of the service has changed to \a availabilty
|
Signal emitted when the availability of the service has changed to \a availability.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -98,10 +98,10 @@ namespace
|
|||||||
|
|
||||||
Enumerates Service status errors.
|
Enumerates Service status errors.
|
||||||
|
|
||||||
\value NoError The service is operating correctly.
|
\value Available The service is operating correctly.
|
||||||
\value ServiceMissingError There is no service available to provide the requested functionality.
|
\value ServiceMissing There is no service available to provide the requested functionality.
|
||||||
\value ResourceError The service could not allocate resources required to function correctly.
|
\value ResourceError The service could not allocate resources required to function correctly.
|
||||||
\value BusyError The service must wait for access to necessary resources.
|
\value Busy The service must wait for access to necessary resources.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|||||||
Reference in New Issue
Block a user