1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/qqtclientexample/quserbluetoothprotocol.h
tianduanrui 444a97e6c9 move example to QQtExample.pro
QQtExample工程依赖于QQt工程
2018-04-23 18:29:20 +08:00

21 lines
396 B
C++

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