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

Method closeEvent

tools/windowpicker.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void WindowPicker::closeEvent(QCloseEvent *)
131{
132 if (!mTaken) {
133 emit pixmap(QPixmap());
134 }
135
136 qApp->restoreOverrideCursor();
137 deleteLater();
138}
139
140void WindowPicker::mouseMoveEvent(QMouseEvent *event)
141{

Callers

nothing calls this directly

Calls 1

QPixmapClass · 0.85

Tested by

no test coverage detected