| 566 | } |
| 567 | |
| 568 | void LightscreenWindow::screenHotkey() |
| 569 | { |
| 570 | screenshotAction(Screenshot::WholeScreen); |
| 571 | } |
| 572 | |
| 573 | void LightscreenWindow::showHotkeyError(const QStringList &hotkeys) |
| 574 | { |
nothing calls this directly
no outgoing calls
no test coverage detected