fixed some heavy pointermistakes

This commit is contained in:
2014-09-24 21:35:04 +02:00
parent b18e3f9943
commit ff954eced0
19 changed files with 751 additions and 56 deletions

View File

@@ -7,8 +7,10 @@ class Ampel:public QThread
Q_OBJECT
public:
Ampel();
void setStop();
protected:
void run();
bool running;
signals:
void ampelUpdate();
};