nesca/progressbardrawer.h
2014-08-08 19:02:44 -04:00

21 lines
331 B
C++
Executable File

#ifndef PROGRESSBARDRAWER_H
#define PROGRESSBARDRAWER_H
#pragma once
#include "nesca_3.h"
#include "resource.h"
class ProgressbarDrawer : public QThread
{
Q_OBJECT
public: signals: void upd();
public:
void update();
protected:
void run();
};
extern ProgressbarDrawer *pbTh;
#endif // PROGRESSBARDRAWER_H