tst_requestdispatcher.h 249 B

1234567891011121314
  1. #ifndef TST_REQUESTDISPATCHER_H
  2. #define TST_REQUESTDISPATCHER_H
  3. #include <QtTest>
  4. #include <cwf/requestdispatcher.h>
  5. class TST_RequestDispatcher : public QObject
  6. {
  7. Q_OBJECT
  8. private slots:
  9. void test();
  10. };
  11. #endif // TST_REQUESTDISPATCHER_H