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