#include "core.h" #include Core::Core(QObject *parent) : QObject(parent) { m_manager = new ZigbeeNetworkManager("/dev/ttyS0", this); }