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