UvosSmartHomeInterface/power.h
IMback a82a9459bc Splitt PowerOff into own class
Add inital AlarmSettingsDialog (not used so far)
2017-11-19 19:12:09 +01:00

17 lines
198 B
C++

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