From 659c53b0d8faf26e6f06334833b2e105a4c4193d Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 17 Aug 2012 04:57:27 +0200 Subject: trying to make the map watchlet more useful --- qmapwatchlet/qmapwatchletplugin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qmapwatchlet/qmapwatchletplugin.h') 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 #include 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; }; } -- cgit v1.2.3