#pragma once #include class ApplicationPost : public QObject { Q_OBJECT public: explicit ApplicationPost(QObject *parent = nullptr); bool init(); bool start(); signals: public slots: };