tst_cppwebapplication.h 249 B

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