nesca/piestat.h

22 lines
264 B
C
Raw Normal View History

2014-09-07 18:54:46 +00:00
#ifndef PIESTAT_H
#define PIESTAT_H
#pragma once
#include "nesca_3.h"
class PieStat : public QThread
{
Q_OBJECT
public:
public: signals: void sUpdatePie();
public:
void doEmitUpdatePie();
protected:
void run();
};
extern PieStat *psTh;
#endif // PIESTAT_H