Object Detection  5.0
Image Processing Using Qt and Opencv
bluetoothhandler.h
1 #ifndef BLUETOOTHHANDLER_H
2 #define BLUETOOTHHANDLER_H
3 
4 #include <QObject>
5 #include "abstractdevicewriter.h"
6 #include "devicehandler_global.h"
7 namespace Devices {
8  class DECLARE_LIB BluetoothHandler;
9 }
11 {
12  Q_OBJECT
13 public:
14  explicit BluetoothHandler(QObject *parent = nullptr);
15 
16 signals:
17 
18 public slots:
19 };
20 
21 #endif // BLUETOOTHHANDLER_H