MCPcopy Create free account
hub / github.com/Atarity/Lightpack / setBacklightChanged

Method setBacklightChanged

Software/src/LightpackApplication.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void LightpackApplication::setBacklightChanged(Lightpack::Mode mode)
195{
196 DEBUG_LOW_LEVEL << Q_FUNC_INFO << mode;
197 Settings::setLightpackMode(mode);
198 if (!m_noGui)
199 m_settingsWindow->setModeChanged(mode);
200 startBacklight();
201}
202
203void LightpackApplication::setDeviceLockViaAPI(DeviceLocked::DeviceLockStatus status, QList<QString> modules)
204{

Callers

nothing calls this directly

Calls 1

setModeChangedMethod · 0.80

Tested by

no test coverage detected