tst_configuration.h 265 B

12345678910111213141516
  1. #ifndef TST_CONFIGURATION_H
  2. #define TST_CONFIGURATION_H
  3. #include <QDir>
  4. #include <QFile>
  5. #include <QtTest>
  6. #include <cwf/configuration.h>
  7. class TST_Configuration : public QObject
  8. {
  9. Q_OBJECT
  10. private slots:
  11. void test();
  12. };
  13. #endif // TST_CONFIGURATION_H