tst_cstlcompilerout.h 235 B

123456789101112131415
  1. #ifndef TST_CSTLCOMPILEROUT_H
  2. #define TST_CSTLCOMPILEROUT_H
  3. #include <QtTest>
  4. class TST_CSTLCompilerOut : public QObject
  5. {
  6. Q_OBJECT
  7. private slots:
  8. void test();
  9. QByteArray buildHtml();
  10. };
  11. #endif // TST_CSTLCOMPILEROUT_H