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-core/libnymea/plugin/platformplugin.cpp
2019-05-02 12:14:16 +02:00

7 lines
100 B
C++

#include "platformplugin.h"
PlatformPlugin::PlatformPlugin(QObject *parent) : QObject(parent)
{
}