Object Detection  5.0
Image Processing Using Qt and Opencv
bluetoothhandler.cpp
1 #include "bluetoothhandler.h"
2 
3 BluetoothHandler::BluetoothHandler(QObject *parent) : AbstractDeviceWriter(parent)
4 {
5 
6 }