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