nesca/vercheckerthread.h

20 lines
279 B
C
Raw Normal View History

2014-08-08 23:14:49 +00:00
#ifndef VERCHECKERTHREAD_H
#define VERCHECKERTHREAD_H
#pragma once
#include "STh.h"
#include "resource.h"
class VerCheckerThread : public QThread
{
Q_OBJECT
public:
protected:
void run();
};
extern VerCheckerThread *vct;
#endif // VERCHECKERTHREAD_H