nesca/progressbardrawer.h
2016-02-28 19:07:10 +03:00

20 lines
291 B
C++

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