Fix reopened issue 993 (#1062)

This commit is contained in:
Paulchen Panther
2020-11-01 19:15:22 +01:00
committed by GitHub
parent f7ccf9d0da
commit 958975975c
4 changed files with 22 additions and 33 deletions

View File

@@ -212,19 +212,6 @@ signals:
///
void visibleComponentChanged(hyperion::Components comp);
///
/// @brief Emits whenever a priority changes active state
/// @param priority The priority who changed the active state
/// @param state The new state, state true = active else false
///
void activeStateChanged(quint8 priority, bool state);
///
/// @brief Emits whenever the auto selection state has been changed
/// @param state The new state of auto selection; True enabled else false
///
void autoSelectChanged(bool state);
///
/// @brief Emits whenever something changes which influences the priorities listing
/// Emits also in 1s interval when a COLOR or EFFECT is running with a timeout > -1