add waitingWorker() to Custom

This commit is contained in:
Evan Overman
2023-09-18 14:56:14 -07:00
parent 7c28ffc856
commit bf371f70d1
2 changed files with 25 additions and 2 deletions

View File

@ -22,6 +22,7 @@ class Custom : public ALabel {
private:
void delayWorker();
void continuousWorker();
void waitingWorker();
void parseOutputRaw();
void parseOutputJson();
void handleEvent();