nymea-zigbee/libnymea-zigbee/zigbeenetworkreply.h

17 lines
250 B
C++

#ifndef ZIGBEENETWORKREPLY_H
#define ZIGBEENETWORKREPLY_H
#include <QObject>
class ZigbeeNetworkReply : public QObject
{
Q_OBJECT
public:
explicit ZigbeeNetworkReply(QObject *parent = nullptr);
signals:
};
#endif // ZIGBEENETWORKREPLY_H