- #ifndef TST_CSTLCOMPILERATTRIBUTES_H
- #define TST_CSTLCOMPILERATTRIBUTES_H
- #include <QtTest>
- #include <cwf/cstlcompilerattributes.h>
- class TST_CSTLCompilerAttributes : public QObject
- {
- Q_OBJECT
- private slots:
- void test();
- };
- #endif // TST_CSTLCOMPILERATTRIBUTES_H
|