MCPcopy 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
1212void Controller::showStatusBar()
1213{
1214 if (d->statusBar)
1215 d->statusBar->show();
1216}
1217
1218void Controller::hideStatusBar()
1219{

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected