Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
void WindowPicker::closeEvent(QCloseEvent *)
131
{
132
if (!mTaken) {
133
emit pixmap(QPixmap());
134
}
135
136
qApp->restoreOverrideCursor();
137
deleteLater();
138
}
139
140
void WindowPicker::mouseMoveEvent(QMouseEvent *event)
141
{
Callers
nothing calls this directly
Calls
1
QPixmap
Class · 0.85
Tested by
no test coverage detected