@@ -7,8 +7,10 @@ class Ampel:public QThread
Q_OBJECT
public:
Ampel();
void setStop();
protected:
void run();
bool running;
signals:
void ampelUpdate();
};
The note is not visible to the blocked user.