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