summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qml/qsoundeffect.cpp
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-02-22 09:12:31 (GMT)
committerck <qt-info@nokia.com>2010-02-22 09:12:31 (GMT)
commitd8c496523647e075220244978f2554bd266944f6 (patch)
treeefdcc8e97b8c0cbdcf86e63da7587a9d1f6257b0 /src/multimedia/qml/qsoundeffect.cpp
parent1ab3c2f14442b474a35f20f036915f52c85bdc04 (diff)
downloadQt-d8c496523647e075220244978f2554bd266944f6.zip
Qt-d8c496523647e075220244978f2554bd266944f6.tar.gz
Qt-d8c496523647e075220244978f2554bd266944f6.tar.bz2
Fix compilation with namespace.
Diffstat (limited to 'src/multimedia/qml/qsoundeffect.cpp')
-rw-r--r--src/multimedia/qml/qsoundeffect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multimedia/qml/qsoundeffect.cpp b/src/multimedia/qml/qsoundeffect.cpp
index 1a67414..cee771d 100644
--- a/src/multimedia/qml/qsoundeffect.cpp
+++ b/src/multimedia/qml/qsoundeffect.cpp
@@ -52,6 +52,7 @@
#include "qsoundeffect_qsound_p.h"
#endif
+QT_BEGIN_NAMESPACE
/*!
\qmlclass QSoundEffect
@@ -250,3 +251,4 @@ void QSoundEffect::repeat()
}
}
+QT_END_NAMESPACE