diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-19 06:23:26 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-19 06:23:26 (GMT) |
commit | 6fa813a4d5b46523940f6af8ed74e6855bad49c9 (patch) | |
tree | a9213f6f52c31c218166fd946012cac50de84caa /src/multimedia/qml/qsoundeffect.cpp | |
parent | 8c38a945eaa2c13af4bfc812e80bbccfb2243e5f (diff) | |
download | Qt-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.cpp | 1 |
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 |