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