Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ showEvent
Method
showEvent
src/plugins/console/consolemanager.cpp:262–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
void ConsoleManager::showEvent(QShowEvent *event)
263
{
264
Q_UNUSED(event);
265
if (!currentConsole())
266
d->createDefaultConsole();
267
}
Callers
nothing calls this directly
Calls
1
createDefaultConsole
Method · 0.80
Tested by
no test coverage detected