#ifndef TST_HTTPSESSION_H #define TST_HTTPSESSION_H #include #include class TST_Session : public QObject { Q_OBJECT private slots: void test(); }; #endif // TST_HTTPSESSION_H