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

Method backlightOn

Software/src/SettingsWindow.cpp:579–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void SettingsWindow::backlightOn()
580{
581 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
582
583 m_backlightStatus = Backlight::StatusOn;
584 emit backlightStatusChanged(m_backlightStatus);
585 startBacklight();
586}
587
588void SettingsWindow::backlightOff()
589{

Callers 2

onTrayIcon_ActivatedMethod · 0.80
action_switch_onFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected