nesca/vercheckerthread.h
2014-08-08 19:14:49 -04:00

20 lines
279 B
C++
Executable File

#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