nesca/CheckKey_Th.h
2015-05-01 18:30:14 +03:00

18 lines
243 B
C++

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