summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-01-02 10:25:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-02 11:35:59 +0100
commit02245571bf13e29512f096d1566d6107d5a229de (patch)
treec6b34553b351315a099911bab72891a2c726024f
parenta0df6c38364c87001258fe9f2375a2bd34ce4cfc (diff)
Correct QSoundEffect::supportedMimeTypes() documentation.
Change-Id: I154b124949ee4f07ea413d8cdb419fcc08cb8324 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/multimedia/audio/qsoundeffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qsoundeffect.cpp b/src/multimedia/audio/qsoundeffect.cpp
index cd7a9ad5d..83b28c453 100644
--- a/src/multimedia/audio/qsoundeffect.cpp
+++ b/src/multimedia/audio/qsoundeffect.cpp
@@ -141,7 +141,7 @@ QSoundEffect::~QSoundEffect()
/*!
\fn QSoundEffect::supportedMimeTypes()
- Returns a list of the supported mime types for this sound effect.
+ Returns a list of the supported mime types for this platform.
*/
QStringList QSoundEffect::supportedMimeTypes()
{