summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-06-25 10:53:26 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-29 02:47:41 +0200
commitb0809c027c9fe2e49d37dff45aa4f03b0a4e0743 (patch)
treed647951ecb69c9b39f004198d76fbc4972174549 /doc/src
parentbba28afe559837321a2083b3ce046ab774a7ef6b (diff)
Rename availabilityError to availability.
It's perhaps clearer in the usual case. Change-Id: Id3cef82ac83f8c9b538b3315281664ce1c6a2b96 Reviewed-by: Ling Hu <ling.hu@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/changes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/changes.qdoc b/doc/src/changes.qdoc
index e3d4317be..f60b4e732 100644
--- a/doc/src/changes.qdoc
+++ b/doc/src/changes.qdoc
@@ -106,7 +106,7 @@ they are documented elsewhere.
normal Qt namespace (usually nothing, unless built specially). There
was a Qt Multimedia Kit namespace for several enumerations. This namespace
has now changed to Qt Multimedia, so if you've used one of the
- \c SupportEstimate, \c EncodingQuality, \c EncodingMode or \c AvailabilityError
+ \c SupportEstimate, \c EncodingQuality, \c EncodingMode or \c AvailabilityStatus
enumerations you'll need to change your code. In fact, running a global
search and replace on \c QtMultimediaKit (to replace it with \c QtMultimedia) will
go a long way with porting your code.