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-app/nymea-app/platformhelper.cpp
2018-09-19 13:03:46 +02:00

8 lines
101 B
C++

#include "platformhelper.h"
PlatformHelper::PlatformHelper(QObject *parent) : QObject(parent)
{
}