From 02245571bf13e29512f096d1566d6107d5a229de Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 2 Jan 2014 10:25:04 +0100 Subject: Correct QSoundEffect::supportedMimeTypes() documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I154b124949ee4f07ea413d8cdb419fcc08cb8324 Reviewed-by: Topi Reiniƶ --- src/multimedia/audio/qsoundeffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() { -- cgit v1.2.3