summaryrefslogtreecommitdiff
path: root/src/multimedia/qmultimedia.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2012-12-06 13:24:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-06 16:56:13 +0100
commit05d648833bebd243ae7c06e86c28c4e9da1531b9 (patch)
tree9d68381ea97dfc2d4cd0784c982dbe3b35fd81f5 /src/multimedia/qmultimedia.cpp
parent9f10ff8e9abfa3c080203032e0efc5114826eb7b (diff)
downloadqtmultimedia-05d648833bebd243ae7c06e86c28c4e9da1531b9.tar.gz
Doc: Fix typo and enum names
Change-Id: I55a22d3a7c5fbdf2f8a16c09c701a7fa871a95e1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/multimedia/qmultimedia.cpp')
-rw-r--r--src/multimedia/qmultimedia.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multimedia/qmultimedia.cpp b/src/multimedia/qmultimedia.cpp
index 15eda0b56..b9e09f7d7 100644
--- a/src/multimedia/qmultimedia.cpp
+++ b/src/multimedia/qmultimedia.cpp
@@ -98,10 +98,10 @@ namespace
Enumerates Service status errors.
- \value NoError The service is operating correctly.
- \value ServiceMissingError There is no service available to provide the requested functionality.
+ \value Available The service is operating correctly.
+ \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 BusyError The service must wait for access to necessary resources.
+ \value Busy The service must wait for access to necessary resources.
*/
QT_END_NAMESPACE