summaryrefslogtreecommitdiff
path: root/daemon/jskitmanager_p.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-11-30 20:58:57 +0100
committerJavier <dev.git@javispedro.com>2014-11-30 20:58:57 +0100
commitf7c8244641a4242f6a8c706bd918494b23e48075 (patch)
treef84b5ead8f4d621cf47e10489889fb9fef8b1f61 /daemon/jskitmanager_p.h
parent4527ab9a4147a8f15bf8ca5613341df9d0029d0c (diff)
introduce the AppMsgManager and the JsKitManager
will be used to handle application messages (push, etc) while the JSKitManager will run PebbleKit JS scripts. also add the ability to unpack PebbleDicts
Diffstat (limited to 'daemon/jskitmanager_p.h')
-rw-r--r--daemon/jskitmanager_p.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/daemon/jskitmanager_p.h b/daemon/jskitmanager_p.h
new file mode 100644
index 0000000..690a0ec
--- /dev/null
+++ b/daemon/jskitmanager_p.h
@@ -0,0 +1,15 @@
+#ifndef JSKITMANAGER_P_H
+#define JSKITMANAGER_P_H
+
+#include "jskitmanager.h"
+
+class JSKitPebble : public QObject
+{
+ Q_OBJECT
+
+public:
+ explicit JSKitPebble(JSKitManager *mgr);
+ ~JSKitPebble();
+};
+
+#endif // JSKITMANAGER_P_H