Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ showStatusBar
Method
showStatusBar
src/plugins/core/uicontroller/controller.cpp:1212–1216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1210
}
1211
1212
void Controller::showStatusBar()
1213
{
1214
if (d->statusBar)
1215
d->statusBar->show();
1216
}
1217
1218
void Controller::hideStatusBar()
1219
{
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected