Doc: Remove comment about preliminary API for Qt 5.0
authorTopi Reinio <topi.reinio@digia.com>
Wed, 4 Jun 2014 09:08:13 +0000 (11:08 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 5 Jun 2014 07:48:33 +0000 (09:48 +0200)
Task-number: QTBUG-39195
Change-Id: I193321a29d06760e4ad5aa2eaca99d98b2e1f65a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/multimedia/doc/src/audiooverview.qdoc

index 54735da..3255654 100644 (file)
@@ -116,18 +116,14 @@ code but more buffering, which may affect latency.
 
 \section2 Decoding Compressed Audio to Memory
 In some cases you may want to decode a compressed audio file and do further
-processing yourself (like mix multiple samples, or some custom digital signal
-processing algorithms).  Qt Multimedia 5.0 offers a preliminary API for this
-case - the \l QAudioDecoder class.  QAudioDecoder supports decoding local files
-or from a QIODevice instances.
+processing yourself (for example, mixing multiple samples or using custom
+digital signal processing algorithms). QAudioDecoder supports decoding local
+files or data streams from QIODevice instances.
 
 Here's an example of decoding a local file:
 
     \snippet multimedia-snippets/audio.cpp Local audio decoding
 
-Note:  This API is preliminary at this time - the API may change or be
-removed before the final 5.0 release.
-
 \section1 Examples
 
 There are both C++ and QML examples available.