#ifndef TST_PROPERTIES_H #define TST_PROPERTIES_H #include <QtTest> #include <cwf/properties.h> class TST_Properties : public QObject { Q_OBJECT private slots: void test(); }; #endif // TST_PROPERTIES_H