nesca/CheckKey_Th.h
2014-09-19 22:27:28 +03:00

17 lines
223 B
C++

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