summaryrefslogtreecommitdiff
path: root/daemon/jskitmanager.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-04 01:21:32 +0100
committerJavier <dev.git@javispedro.com>2014-12-04 01:21:32 +0100
commit8722bee52922f8c6707103795fdf69f9ed7d0240 (patch)
treed8da8ea953f606abd05a87f6910104e6c7a848b1 /daemon/jskitmanager.h
parent1b920c3c0593f6810dd900c882e4760cbbbeeb56 (diff)
add stub geolocation API
Diffstat (limited to 'daemon/jskitmanager.h')
-rw-r--r--daemon/jskitmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/jskitmanager.h b/daemon/jskitmanager.h
index 07ecec1..1f842b7 100644
--- a/daemon/jskitmanager.h
+++ b/daemon/jskitmanager.h
@@ -8,6 +8,7 @@
class JSKitPebble;
class JSKitConsole;
class JSKitLocalStorage;
+class JSKitGeolocation;
class JSKitManager : public QObject
{
@@ -48,6 +49,7 @@ private:
QPointer<JSKitPebble> _jspebble;
QPointer<JSKitConsole> _jsconsole;
QPointer<JSKitLocalStorage> _jsstorage;
+ QPointer<JSKitGeolocation> _jsgeo;
};
#endif // JSKITMANAGER_H