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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/backend.h b/src/3rdparty/phonon/mmf/backend.h
index cb03859..4fff204 100644
--- a/src/3rdparty/phonon/mmf/backend.h
+++ b/src/3rdparty/phonon/mmf/backend.h
@@ -42,6 +42,9 @@ namespace Phonon
virtual bool disconnectNodes(QObject *, QObject *);
virtual bool endConnectionChange(QSet<QObject *>);
virtual QStringList availableMimeTypes() const;
+
+ Q_SIGNALS:
+ void objectDescriptionChanged(ObjectDescriptionType);
};
}
}