tst_cppwebcontroller.h 235 B

1234567891011121314
  1. #ifndef TST_CPPWEBSERVLET_H
  2. #define TST_CPPWEBSERVLET_H
  3. #include <QtTest>
  4. #include <cwf/cppwebcontroller.h>
  5. class TST_CppWebController : public QObject
  6. {
  7. Q_OBJECT
  8. private slots:
  9. void test();
  10. };
  11. #endif // TST_CPPWEBSERVLET_H