tst_cstlcompilerimport.h 254 B

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