sensorfw
lidplugin.h
Go to the documentation of this file.
1
25#ifndef LIDPLUGIN_H
26#define LIDPLUGIN_H
27
28#include "plugin.h"
29
30class LidPlugin : public Plugin
31{
32 Q_OBJECT
33 Q_PLUGIN_METADATA(IID "com.nokia.SensorService.Plugin/1.0")
34private:
35 void Register(class Loader& l);
36 void Init(class Loader& l);
37 QStringList Dependencies();
38};
39
40#endif