From a111ee6b11112295867f36284ef0f85934c44509 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 2 Jan 2012 03:39:02 +0100 Subject: initial import --- fmrxserviceplugin.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fmrxserviceplugin.h (limited to 'fmrxserviceplugin.h') diff --git a/fmrxserviceplugin.h b/fmrxserviceplugin.h new file mode 100644 index 0000000..b28bfad --- /dev/null +++ b/fmrxserviceplugin.h @@ -0,0 +1,15 @@ +#ifndef FMRXSERVICEPLUGIN_H +#define FMRXSERVICEPLUGIN_H + +#include + +class FmRxServicePlugin : public QMediaServiceProviderPlugin { + Q_OBJECT + +public: + QStringList keys() const; + QMediaService* create(QString const& key); + void release(QMediaService *service); +}; + +#endif // FMRXSERVICEPLUGIN_H -- cgit v1.2.3