1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/qqtnetworkexample/quserbluetoothprotocol.h
tianduanrui 2eb2179196 update
2017-11-27 20:15:23 +08:00

21 lines
408 B
C++

#ifndef QUSERBLUETOOTHPROTOCOL_H
#define QUSERBLUETOOTHPROTOCOL_H
#include <QObject>
#include "qqtsocketbluetoothclient.h"
class QUserBluetoothProtocol : public QObject
{
Q_OBJECT
public:
explicit QUserBluetoothProtocol ( QObject* parent = nullptr );
signals:
public slots:
};
QQtSocketBluetoothClient* QQtUserBluetoothClientInstance ( QObject* parent = 0 );
#endif // QUSERBLUETOOTHPROTOCOL_H