summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qml/qmlaudio_p.h
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/qmlaudio_p.h
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/qmlaudio_p.h')
-rw-r--r--src/multimedia/qml/qmlaudio_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/qml/qmlaudio_p.h b/src/multimedia/qml/qmlaudio_p.h
index f034518..f6c5cbf 100644
--- a/src/multimedia/qml/qmlaudio_p.h
+++ b/src/multimedia/qml/qmlaudio_p.h
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
class QTimerEvent;
-class Q_AUTOTEST_EXPORT QmlAudio : public QObject, public QmlMediaBase, public QmlParserStatus
+class Q_MULTIMEDIA_EXPORT QmlAudio : public QObject, public QmlMediaBase, public QmlParserStatus
{
Q_OBJECT
Q_PROPERTY(QUrl source READ source WRITE setSource NOTIFY sourceChanged)