tst_cstlcompilerif.h 263 B

12345678910111213141516
  1. #ifndef TST_CSTLCOMPILERIF_H
  2. #define TST_CSTLCOMPILERIF_H
  3. #include <QtTest>
  4. #include <cwf/cstlcompilerif.h>
  5. class TST_CSTLCompilerIf : public QObject
  6. {
  7. Q_OBJECT
  8. private slots:
  9. void test();
  10. QByteArray buildHtml();
  11. };
  12. #endif // TST_CSTLCOMPILERIF_H