diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-13 13:28:14 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-13 13:28:14 (GMT) |
commit | 079a4105aff9c63d4107762aec478ade9900c7c2 (patch) | |
tree | e5960fded23f9b26e7b7c045b0086476540b8572 /doc/src/classes | |
parent | 83fa72df1ad059c6284aaf510d381cb7caed966a (diff) | |
download | Qt-079a4105aff9c63d4107762aec478ade9900c7c2.zip Qt-079a4105aff9c63d4107762aec478ade9900c7c2.tar.gz Qt-079a4105aff9c63d4107762aec478ade9900c7c2.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'doc/src/classes')
-rw-r--r-- | doc/src/classes/phonon-api.qdoc | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/src/classes/phonon-api.qdoc b/doc/src/classes/phonon-api.qdoc index 641b936..6fe0223 100644 --- a/doc/src/classes/phonon-api.qdoc +++ b/doc/src/classes/phonon-api.qdoc @@ -1577,7 +1577,6 @@ \since 4.4 \brief The MediaObject class provides an interface for media playback. - The media object manages a \l{Phonon::}{MediaSource}, which supplies the media object with multimedia content, e.g., from a file. A playback in Phonon is always started by calling the @@ -1651,17 +1650,8 @@ playback of the current source, but it is possible to try with a different one. A user readable error message is given by errorString(). - \section1 Symbian Platform Security Requirements - - On Symbian, processes which access media via the network must - have the \c NetworkServices platform security capability. If the client - process lacks this capability, operations will result in errors. - This failure is indicated by a state() of Phonon::ErrorState. - - Platform security capabilities are added via the - \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY} - qmake variable. + \sa {Symbian Platform Security Requirements} \sa Phonon::MediaSource, Phonon::AudioOutput, VideoWidget, {Music Player Example}, {Phonon Overview}, Phonon::VideoPlayer, Phonon::createPlayer(), {Phonon Module} |