Add inital AlarmSettingsDialog (not used so far)
@ -0,0 +1,17 @@
#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
The note is not visible to the blocked user.