summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-22 14:17:18 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-22 14:17:18 (GMT)
commit97701a9e002593b0cc17afc6ce32925464f8b2fc (patch)
treed7a0a9052e2892ee53ffa550deffc0bcf2bfa867 /src/gui
parenta0d5d7e181e51bed56ff3e7ea3e0cbec4ecdd7db (diff)
downloadQt-97701a9e002593b0cc17afc6ce32925464f8b2fc.zip
Qt-97701a9e002593b0cc17afc6ce32925464f8b2fc.tar.gz
Qt-97701a9e002593b0cc17afc6ce32925464f8b2fc.tar.bz2
Fixed table formatting in QSound documentation
Added the missing \row tag Reviewed-by: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qsound.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/kernel/qsound.cpp b/src/gui/kernel/qsound.cpp
index 165e6ce..9d8ffa5 100644
--- a/src/gui/kernel/qsound.cpp
+++ b/src/gui/kernel/qsound.cpp
@@ -147,12 +147,13 @@ public:
supports WAVE and AU files.
\row
\o Mac OS X
- \o NSSound is used. All formats that NSSound supports, including QuickTime formats,
+ \o NSSound is used. All formats that NSSound supports, including QuickTime formats,
are supported by Qt for Mac OS X.
\row
\o Qt for Embedded Linux
\o A built-in mixing sound server is used, accessing \c /dev/dsp
directly. Only the WAVE format is supported.
+ \row
\o Symbian
\o CMdaAudioPlayerUtility is used. All formats that Symbian OS or devices support
are supported also by Qt.