Add QT_BEGIN/END_HEADER things, plus QT_MODULE thing.
Change-Id: I1a5f51a659175cadadcdaf0c4e5e9048f98e64e0 Reviewed-on: http://codereview.qt-project.org/5346 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
4806115e61
commit
8b5c31c5c6
@@ -63,8 +63,13 @@
|
||||
#include <qaudiosystem.h>
|
||||
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
QT_MODULE(Multimedia)
|
||||
|
||||
|
||||
const unsigned int MAX_SAMPLE_RATES = 5;
|
||||
const unsigned int SAMPLE_RATES[] = { 8000, 11025, 22050, 44100, 48000 };
|
||||
|
||||
@@ -109,4 +114,7 @@ private:
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
QT_END_HEADER
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user