16 lines
117 B
C++
16 lines
117 B
C++
#ifndef ZIGBEE_H
|
|
#define ZIGBEE_H
|
|
|
|
#include <QObject>
|
|
|
|
class Zigbee
|
|
{
|
|
Q_GADGET
|
|
|
|
public:
|
|
|
|
|
|
};
|
|
|
|
#endif // ZIGBEE_H
|