nesca/CheckKey_Th.h

18 lines
243 B
C
Raw Normal View History

2015-02-24 14:00:19 +00:00
#ifndef CHECKKEY_TH_H
#define CHECKKEY_TH_H
#include "STh.h"
2015-03-23 17:11:00 +00:00
2015-02-24 14:00:19 +00:00
extern int emitIfOK;
class CheckKey_Th : public QThread
{
2015-05-01 15:30:14 +00:00
public: static int isActiveKey;
2015-02-24 14:00:19 +00:00
Q_OBJECT
protected:
void run();
};
extern CheckKey_Th *chKTh;
#endif // CHECKKEY_TH_H