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

@@ -43,7 +43,7 @@
#include <QtDeclarative/qdeclarative.h>
#include <QtDeclarative/qdeclarativeengine.h>
#include <QtDeclarative/qdeclarativecomponent.h>
#include "private/qsoundeffect_p.h"
#include "qsoundeffect.h"
#include "qdeclarativemediametadata_p.h"
#include "qdeclarativeaudio_p.h"