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

Method backlightOff

Software/src/SettingsWindow.cpp:588–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void SettingsWindow::backlightOff()
589{
590 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
591
592 m_backlightStatus = Backlight::StatusOff;
593 emit backlightStatusChanged(m_backlightStatus);
594 startBacklight();
595}
596
597void SettingsWindow::toggleBacklight()
598{

Callers 2

onTrayIcon_ActivatedMethod · 0.80
action_switch_offFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected