nesca/CheckKey_Th.h
2015-03-23 20:11:00 +03:00

17 lines
211 B
C++

#ifndef CHECKKEY_TH_H
#define CHECKKEY_TH_H
#include "STh.h"
extern int emitIfOK;
class CheckKey_Th : public QThread
{
Q_OBJECT
protected:
void run();
};
extern CheckKey_Th *chKTh;
#endif // CHECKKEY_TH_H