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

Method confirmation

tools/screenshot.cpp:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void Screenshot::confirmation()
150{
151 emit askConfirmation();
152
153 if (mOptions.file) {
154 unloadPixmap();
155 }
156}
157
158void Screenshot::discard()
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected