summaryrefslogtreecommitdiffstats
path: root/src/plugins/v4l/v4lserviceplugin.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-05-27 12:20:55 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-05 12:44:29 +0200
commit487010e5797da8634cdec44e94b5476695c1bd15 (patch)
tree352eacc906e11960e376b5ac48435070159d5369 /src/plugins/v4l/v4lserviceplugin.h
parentaae2e2104b78117955305ff7d3b06741f4aee69e (diff)
Remove the last remainders of the old plugin system
Port the last two currently unused plugins (v4l and wmf) over to the new plugin format. Fix documentation that still mentioned Q_EXPORT_PLUGIN. Change-Id: I18200dd792e8973687e92180fc41d11395b35132 Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/plugins/v4l/v4lserviceplugin.h')
-rw-r--r--src/plugins/v4l/v4lserviceplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/v4l/v4lserviceplugin.h b/src/plugins/v4l/v4lserviceplugin.h
index 7d83fc376..190812f30 100644
--- a/src/plugins/v4l/v4lserviceplugin.h
+++ b/src/plugins/v4l/v4lserviceplugin.h
@@ -51,8 +51,8 @@ class V4LServicePlugin : public QMediaServiceProviderPlugin, public QMediaServic
{
Q_OBJECT
Q_INTERFACES(QMediaServiceSupportedDevicesInterface)
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "v4l.json")
public:
- QStringList keys() const;
QMediaService* create(QString const& key);
void release(QMediaService *service);