src/gui/kernel/qsound.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
--- a/src/gui/kernel/qsound.cpp	Fri Apr 16 15:50:13 2010 +0300
+++ b/src/gui/kernel/qsound.cpp	Mon May 03 13:17:34 2010 +0300
@@ -147,12 +147,13 @@
     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.