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