summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf/backend.h')
-rw-r--r--src/3rdparty/phonon/mmf/backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/backend.h b/src/3rdparty/phonon/mmf/backend.h
index a45c92a..bf3288d 100644
--- a/src/3rdparty/phonon/mmf/backend.h
+++ b/src/3rdparty/phonon/mmf/backend.h
@@ -39,7 +39,9 @@ class Backend : public QObject
, public BackendInterface
{
Q_OBJECT
+ Q_PLUGIN_METADATA(IID "BackendInterface3.phonon.kde.org" FILE "mmf.json")
Q_INTERFACES(Phonon::BackendInterface)
+
public:
Backend(QObject *parent = 0);