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:
Michael Goddard
2011-09-22 14:27:31 +10:00
committed by Qt by Nokia
parent 4806115e61
commit 8b5c31c5c6
101 changed files with 672 additions and 2 deletions

View File

@@ -64,8 +64,13 @@
#include <QtCore/qpointer.h>
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
QT_MODULE(Multimedia)
class QMediaService;
class QVideoWidgetControlInterface
@@ -279,4 +284,7 @@ public:
QT_END_NAMESPACE
QT_END_HEADER
#endif