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/platformoptions.h
Michael Zanetti 8cf39c4a80 close now...
2018-08-31 14:44:09 +02:00

17 lines
248 B
C++

#ifndef PLATFORMOPTIONS_H
#define PLATFORMOPTIONS_H
#include <QObject>
class PlatformOptions : public QObject
{
Q_OBJECT
public:
explicit PlatformOptions(QObject *parent = nullptr);
signals:
public slots:
};
#endif // PLATFORMOPTIONS_H