RunHttpGet_selectIsMaterialsCabinetByCode.h 382 B

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