diff options
author | ck <qt-info@nokia.com> | 2010-02-22 09:12:31 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-02-22 09:12:31 (GMT) |
commit | d8c496523647e075220244978f2554bd266944f6 (patch) | |
tree | efdcc8e97b8c0cbdcf86e63da7587a9d1f6257b0 /src/multimedia/qml/qsoundeffect_qsound_p.cpp | |
parent | 1ab3c2f14442b474a35f20f036915f52c85bdc04 (diff) | |
download | Qt-d8c496523647e075220244978f2554bd266944f6.zip Qt-d8c496523647e075220244978f2554bd266944f6.tar.gz Qt-d8c496523647e075220244978f2554bd266944f6.tar.bz2 |
Fix compilation with namespace.
Diffstat (limited to 'src/multimedia/qml/qsoundeffect_qsound_p.cpp')
-rw-r--r-- | src/multimedia/qml/qsoundeffect_qsound_p.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multimedia/qml/qsoundeffect_qsound_p.cpp b/src/multimedia/qml/qsoundeffect_qsound_p.cpp index 33f5bd4..0292d26 100644 --- a/src/multimedia/qml/qsoundeffect_qsound_p.cpp +++ b/src/multimedia/qml/qsoundeffect_qsound_p.cpp @@ -65,6 +65,7 @@ #include "qsoundeffect_qsound_p.h" +QT_BEGIN_NAMESPACE QSoundEffectPrivate::QSoundEffectPrivate(QObject* parent): QObject(parent), @@ -221,3 +222,4 @@ void QSoundEffectPrivate::unloadSample() m_sound = 0; } +QT_END_NAMESPACE |