| 129 | } |
| 130 | |
| 131 | void LightpackPluginInterface::changeProfile(QString profile) |
| 132 | { |
| 133 | DEBUG_LOW_LEVEL << Q_FUNC_INFO << profile; |
| 134 | |
| 135 | emit ChangeProfile(profile); |
| 136 | } |
| 137 | |
| 138 | void LightpackPluginInterface::refreshAmbilightEvaluated(double updateResultMs) |
| 139 | { |