diff options
author | Frans Englich <frans.englich@nokia.com> | 2010-03-26 10:25:32 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2010-04-12 16:04:19 (GMT) |
commit | 0b675c07adedb4e8faa20202f947549732e97410 (patch) | |
tree | 598da14ee2a32d7440334a385c6b16403d327960 /doc/src/classes | |
parent | 89cefe224e5d223c4fd6e0cd735f1e5230684251 (diff) | |
download | Qt-0b675c07adedb4e8faa20202f947549732e97410.zip Qt-0b675c07adedb4e8faa20202f947549732e97410.tar.gz Qt-0b675c07adedb4e8faa20202f947549732e97410.tar.bz2 |
Document Symbian platform security requirements on Qt APIs
Work done jointly by Gareth and me. Yields no qdoc errors.
Task-number: QTBUG-9342
Task-number: QTBUG-9120
Reviewed-by: Gareth Stockwell
Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/classes')
-rw-r--r-- | doc/src/classes/phonon-api.qdoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/classes/phonon-api.qdoc b/doc/src/classes/phonon-api.qdoc index 98df89d..641b936 100644 --- a/doc/src/classes/phonon-api.qdoc +++ b/doc/src/classes/phonon-api.qdoc @@ -1651,6 +1651,16 @@ 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 Phonon::MediaSource, Phonon::AudioOutput, VideoWidget, {Music Player Example}, {Phonon Overview}, Phonon::VideoPlayer, |