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