#ifndef TST_CSTLCOMPILERIMPORT_H #define TST_CSTLCOMPILERIMPORT_H #include #include class TST_CSTLCompilerImport : public QObject { Q_OBJECT private slots: void test(); }; #endif // TST_CSTLCOMPILERIMPORT_H