nesca/progressbardrawer.h

20 lines
291 B
C
Raw Normal View History

2015-02-24 14:00:19 +00:00
#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();
};
2016-02-28 16:07:10 +00:00
//extern ProgressbarDrawer *pbTh;
2015-02-24 14:00:19 +00:00
#endif // PROGRESSBARDRAWER_H