Fix namespace compilation.

Change-Id: Id8d71a48df20da16647834e8f9732012f26f928f
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Toby Tomkins
2012-06-21 13:37:23 +10:00
committed by Qt by Nokia
parent d006d874ba
commit 6d301388e1
11 changed files with 25 additions and 12 deletions

View File

@@ -53,7 +53,7 @@
#define DEBUG_AUDIOENGINE
QT_USE_NAMESPACE
QT_BEGIN_NAMESPACE
/*!
\qmlclass AudioEngine QDeclarativeAudioEngine
@@ -536,6 +536,4 @@ void QDeclarativeAudioEngine::handleLoadingChanged()
The corresponding handler is \c onIsLoadingChanged.
*/
QT_END_NAMESPACE

View File

@@ -54,7 +54,7 @@
#define DEBUG_AUDIOENGINE
QT_USE_NAMESPACE
QT_BEGIN_NAMESPACE
QSoundInstance::QSoundInstance(QObject *parent)
: QObject(parent)