diff options
Diffstat (limited to 'qmapwatchlet/qmapwatchletplugin.h')
-rw-r--r-- | qmapwatchlet/qmapwatchletplugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qmapwatchlet/qmapwatchletplugin.h b/qmapwatchlet/qmapwatchletplugin.h index 04ff348..3d10213 100644 --- a/qmapwatchlet/qmapwatchletplugin.h +++ b/qmapwatchlet/qmapwatchletplugin.h @@ -1,6 +1,7 @@ #ifndef QMAPWATCHLETPLUGIN_H #define QMAPWATCHLETPLUGIN_H +#include <QtLocation/QGeoServiceProvider> #include <sowatch.h> namespace sowatch @@ -18,6 +19,11 @@ public: QStringList watchlets(); WatchletInfo describeWatchlet(const QString &id); Watchlet* getWatchlet(const QString &id, ConfigKey *config, WatchServer *server); + + static QtMobility::QGeoServiceProvider * geoServiceProvider(); + +private: + static QtMobility::QGeoServiceProvider *_provider; }; } |