#ifndef QUSERBLUETOOTHPROTOCOL_H #define QUSERBLUETOOTHPROTOCOL_H #include #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