Fix: PriorityMuxer prioritiesUpdate emit

This commit is contained in:
brindosch 2019-07-28 23:11:43 +02:00 committed by Paulchen-Panther
parent 871540a81b
commit 21206af916
No known key found for this signature in database
GPG Key ID: 84E3B692456B6840
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ PriorityMuxer::PriorityMuxer(int ledCount)
// forward timeRunner signal to prioritiesChanged signal & threading workaround
connect(this, &PriorityMuxer::timeRunner, this, &PriorityMuxer::prioritiesChanged);
connect(this, &PriorityMuxer::signalTimeTrigger, this, &PriorityMuxer::timeTrigger);
connect(this, &PriorityMuxer::activeStateChanged, this, &PriorityMuxer::prioritiesChanged);
// start muxer timer
connect(_updateTimer, &QTimer::timeout, this, &PriorityMuxer::setCurrentTime);