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

Method cancel

tools/windowpicker.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void WindowPicker::cancel()
124{
125 mWindowIcon->setPixmap(QPixmap());
126 mCrosshairLabel->setPixmap(mCrosshair);
127 qApp->restoreOverrideCursor();
128}
129
130void WindowPicker::closeEvent(QCloseEvent *)
131{

Callers 1

uploadCancelMethod · 0.45

Calls 2

QPixmapClass · 0.85
setPixmapMethod · 0.80

Tested by

no test coverage detected