| 627 | } |
| 628 | |
| 629 | void LightscreenWindow::showOptions() |
| 630 | { |
| 631 | mGlobalHotkeys->unregisterAllHotkeys(); |
| 632 | QPointer<OptionsDialog> optionsDialog = new OptionsDialog(this); |
| 633 | |
| 634 | optionsDialog->exec(); |
| 635 | optionsDialog->deleteLater(); |
| 636 | |
| 637 | applySettings(); |
| 638 | } |
| 639 | |
| 640 | void LightscreenWindow::showScreenshotMessage(const Screenshot::Result &result, const QString &fileName) |
| 641 | { |
nothing calls this directly
no outgoing calls
no test coverage detected