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

Method askConfirmation

tools/screenshotmanager.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169//
170
171void ScreenshotManager::askConfirmation()
172{
173 Screenshot *s = qobject_cast<Screenshot *>(sender());
174 emit confirm(s);
175}
176
177void ScreenshotManager::cleanup()
178{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected