summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens.qnx@kdab.com>2012-08-30 15:41:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-08 08:37:49 +0200
commit9cc977668fc6cf1c5c9567286801569ef93537fd (patch)
tree0e7734066a38705d25c7c28b167b08e13d6cfe86 /src
parent2f2b31731814ad93e7e6e56d4815ac85135e719c (diff)
Export QAudioHelperInternal symbols
They can be useful to some of the audio plugins. Change-Id: I10856c104770ed57c72b674829e3922b5067a822 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/multimedia/audio/qaudiohelpers_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/audio/qaudiohelpers_p.h b/src/multimedia/audio/qaudiohelpers_p.h
index 862e6793c..6c1cdf66b 100644
--- a/src/multimedia/audio/qaudiohelpers_p.h
+++ b/src/multimedia/audio/qaudiohelpers_p.h
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
namespace QAudioHelperInternal
{
-void qMultiplySamples(qreal factor, const QAudioFormat& format, const void *src, void* dest, int len);
+Q_MULTIMEDIA_EXPORT void qMultiplySamples(qreal factor, const QAudioFormat& format, const void *src, void* dest, int len);
}
QT_END_NAMESPACE