| 714 | } |
| 715 | |
| 716 | void LightpackApplication::requestBacklightStatus() |
| 717 | { |
| 718 | //m_apiServer->resultBacklightStatus(m_backlightStatus); |
| 719 | m_pluginInterface->resultBacklightStatus(m_backlightStatus); |
| 720 | } |
| 721 | |
| 722 | void LightpackApplication::free() |
| 723 | { |
nothing calls this directly
no test coverage detected