This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-zigbee/core.cpp
2017-10-17 14:54:17 +02:00

10 lines
93 B
C++

#include "core.h"
#include <QDebug>
Core::Core(QObject *parent) :
QObject(parent)
{
}