| 132 | } |
| 133 | |
| 134 | LightscreenWindow::~LightscreenWindow() |
| 135 | { |
| 136 | settings()->setValue("lastScreenshot", mLastScreenshot); |
| 137 | settings()->sync(); |
| 138 | mGlobalHotkeys->unregisterAllHotkeys(); |
| 139 | } |
| 140 | |
| 141 | void LightscreenWindow::action(int mode) |
| 142 | { |
nothing calls this directly
no outgoing calls
no test coverage detected