Export QAudioHelperInternal symbols
authorKevin Ottens <kevin.ottens.qnx@kdab.com>
Thu, 30 Aug 2012 13:41:34 +0000 (15:41 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 8 Oct 2012 06:37:49 +0000 (08:37 +0200)
They can be useful to some of the audio plugins.

Change-Id: I10856c104770ed57c72b674829e3922b5067a822
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
src/multimedia/audio/qaudiohelpers_p.h

index 862e679..6c1cdf6 100644 (file)
@@ -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