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