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