| 619 | } |
| 620 | |
| 621 | void LightscreenWindow::showHistoryDialog() |
| 622 | { |
| 623 | HistoryDialog historyDialog(this); |
| 624 | historyDialog.exec(); |
| 625 | |
| 626 | updateStatus(); |
| 627 | } |
| 628 | |
| 629 | void LightscreenWindow::showOptions() |
| 630 | { |
nothing calls this directly
no outgoing calls
no test coverage detected