#ifndef PSK_REPORTER_H #define PSK_REPORTER_H #include class PSK_Reporter : public QObject { Q_OBJECT public: explicit PSK_Reporter(QObject *parent = 0); signals: public slots: }; #endif // PSK_REPORTER_H