summaryrefslogtreecommitdiff
path: root/fmrxserviceplugin.h
blob: b28bfadb5f3394287832063262d6231f1c4e9e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef FMRXSERVICEPLUGIN_H
#define FMRXSERVICEPLUGIN_H

#include <QMediaServiceProviderPlugin>

class FmRxServicePlugin : public QMediaServiceProviderPlugin {
    Q_OBJECT

public:
	QStringList keys() const;
	QMediaService* create(QString const& key);
	void release(QMediaService *service);
};

#endif // FMRXSERVICEPLUGIN_H