nesca/CheckKey_Th.h

17 lines
211 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
{
Q_OBJECT
protected:
void run();
};
extern CheckKey_Th *chKTh;
#endif // CHECKKEY_TH_H