RunHttpGet_getInstructionsList.h 326 B

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