Fix "Timers cannot be stopped from another thread" during shutdown (#876)

This commit is contained in:
LordGrey
2020-07-19 15:13:41 +02:00
committed by GitHub
parent c85b4c530c
commit 45303e1b64
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ public:
///
/// @param ledCount The number of leds
///
PriorityMuxer(int ledCount);
PriorityMuxer(int ledCount, QObject * parent);
///
/// Destructor