nesca/CheckKey_Th.h

17 lines
223 B
C
Raw Normal View History

2014-09-07 18:54:46 +00:00
#ifndef CHECKKEY_TH_H
#define CHECKKEY_TH_H
#pragma once
2014-09-19 19:27:28 +00:00
#include "STh.h"
2014-09-07 18:54:46 +00:00
extern int emitIfOK;
class CheckKey_Th : public QThread
{
Q_OBJECT
protected:
void run();
};
extern CheckKey_Th *chKTh;
#endif // CHECKKEY_TH_H