mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix "Timers cannot be stopped from another thread" during shutdown (#876)
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
///
|
||||
/// @param ledCount The number of leds
|
||||
///
|
||||
PriorityMuxer(int ledCount);
|
||||
PriorityMuxer(int ledCount, QObject * parent);
|
||||
|
||||
///
|
||||
/// Destructor
|
||||
|
Reference in New Issue
Block a user