| 561 | } |
| 562 | |
| 563 | void LightscreenWindow::screenshotActionTriggered(QAction *action) |
| 564 | { |
| 565 | screenshotAction(action->data().value<Screenshot::Mode>()); |
| 566 | } |
| 567 | |
| 568 | void LightscreenWindow::screenHotkey() |
| 569 | { |
nothing calls this directly
no outgoing calls
no test coverage detected