diff options
Diffstat (limited to 'liveview/liveviewscanner.h')
-rw-r--r-- | liveview/liveviewscanner.h | 21 |
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 |