| 965 | } |
| 966 | |
| 967 | QSettings *LightscreenWindow::settings() const |
| 968 | { |
| 969 | return ScreenshotManager::instance()->settings(); |
| 970 | } |
| 971 | |
| 972 | // Event handling |
| 973 | bool LightscreenWindow::event(QEvent *event) |
nothing calls this directly
no outgoing calls
no test coverage detected