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