summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qml/qsoundeffect.cpp
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2010-02-19 06:23:26 (GMT)
committerJustin McPherson <justin.mcpherson@nokia.com>2010-02-19 06:23:26 (GMT)
commit6fa813a4d5b46523940f6af8ed74e6855bad49c9 (patch)
treea9213f6f52c31c218166fd946012cac50de84caa /src/multimedia/qml/qsoundeffect.cpp
parent8c38a945eaa2c13af4bfc812e80bbccfb2243e5f (diff)
downloadQt-6fa813a4d5b46523940f6af8ed74e6855bad49c9.zip
Qt-6fa813a4d5b46523940f6af8ed74e6855bad49c9.tar.gz
Qt-6fa813a4d5b46523940f6af8ed74e6855bad49c9.tar.bz2
Use the qmlmodule method for adding multimedia qml elements.
Diffstat (limited to 'src/multimedia/qml/qsoundeffect.cpp')
-rw-r--r--src/multimedia/qml/qsoundeffect.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/multimedia/qml/qsoundeffect.cpp b/src/multimedia/qml/qsoundeffect.cpp
index b9174b7..1a67414 100644
--- a/src/multimedia/qml/qsoundeffect.cpp
+++ b/src/multimedia/qml/qsoundeffect.cpp
@@ -52,7 +52,6 @@
#include "qsoundeffect_qsound_p.h"
#endif
-QML_DEFINE_TYPE(Qt,4,6,SoundEffect,QSoundEffect)
/*!
\qmlclass QSoundEffect