Make the C++ API of QSoundEffect public.

The QML API already was.  The C++ API still needs good documentation,
though.

Change-Id: I669f5ec7dd17d616788d71d77dc906acc0c0279f
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
Michael Goddard
2011-10-17 12:12:43 +10:00
committed by Qt by Nokia
parent 21fbb1d025
commit d414247afe
8 changed files with 12 additions and 22 deletions

View File

@@ -46,7 +46,7 @@
#include <qaudiooutput.h>
#include <qaudiodeviceinfo.h>
#include <qaudio.h>
#include "private/qsoundeffect_p.h"
#include "qsoundeffect.h"
class tst_QSoundEffect : public QObject