MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / cleanup

Method cleanup

tools/screenshotmanager.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void ScreenshotManager::cleanup()
178{
179 Screenshot *screenshot = qobject_cast<Screenshot *>(sender());
180 emit windowCleanup(screenshot->options());
181}
182
183void ScreenshotManager::finished()
184{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected