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