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
2019-03-04 10:21:28 +01:00

7 lines
100 B
C++

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