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