tst_cstlcompilerfor.h 239 B

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