Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ event
Method
event
src/plugins/codeeditor/gui/workspacewidget.cpp:1374–1380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1372
}
1373
1374
bool WorkspaceWidget::event(QEvent *event)
1375
{
1376
if (event->type() == QEvent::WindowActivate)
1377
d->fileCheckTimer.start();
1378
1379
return QWidget::event(event);
1380
}
Callers
nothing calls this directly
Calls
2
type
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected