RunViewRefresh_AbnormalReport.h 321 B

123456789101112131415
  1. #ifndef RUNVIEWREFRESH_ABNORMALREPORT_H
  2. #define RUNVIEWREFRESH_ABNORMALREPORT_H
  3. #include "RunAbstract.h"
  4. class RunViewRefresh_AbnormalReport : public RunAbstract
  5. {
  6. public:
  7. RunViewRefresh_AbnormalReport(InteractiveTask *task, QMutex *mutex);
  8. protected:
  9. void run();
  10. };
  11. #endif // RUNVIEWREFRESH_ABNORMALREPORT_H