Export QAudioHelperInternal symbols
They can be useful to some of the audio plugins. Change-Id: I10856c104770ed57c72b674829e3922b5067a822 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
This commit is contained in:
committed by
The Qt Project
parent
2f2b317318
commit
9cc977668f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user