summaryrefslogtreecommitdiff
path: root/liveview/liveviewscanner.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:04:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:04:31 +0200
commitccd19d2b7ee4184503ea46b98333b27a5613190e (patch)
treef78cc3f3c946d7a4f8167f72fb20703c65494d84 /liveview/liveviewscanner.h
parent6003bf81107dd9be51589c074b74c5af82bfc8ab (diff)
downloadsowatch-ccd19d2b7ee4184503ea46b98333b27a5613190e.tar.gz
sowatch-ccd19d2b7ee4184503ea46b98333b27a5613190e.zip
big change: a new abstract BluetoothWatch class
Diffstat (limited to 'liveview/liveviewscanner.h')
-rw-r--r--liveview/liveviewscanner.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/liveview/liveviewscanner.h b/liveview/liveviewscanner.h
new file mode 100644
index 0000000..ecd182c
--- /dev/null
+++ b/liveview/liveviewscanner.h
@@ -0,0 +1,21 @@
+#ifndef LIVEVIEWSCANNER_H
+#define LIVEVIEWSCANNER_H
+
+#include <sowatch.h>
+#include <sowatchbt.h>
+
+namespace sowatch
+{
+
+class LiveViewScanner : public BluetoothWatchScanner
+{
+ Q_OBJECT
+public:
+ explicit LiveViewScanner(QObject *parent = 0);
+
+ void handleDiscoveredService(const QBluetoothServiceInfo &info);
+};
+
+}
+
+#endif // LIVEVIEWSCANNER_H