Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setupGui
Method
setupGui
kdevplatform/shell/mainwindow_p.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void MainWindowPrivate::setupGui()
67
{
68
m_statusBar = new KDevelop::StatusBar(m_mainWindow);
69
setupStatusBar();
70
m_isGuiSetUp = true;
71
}
72
73
void MainWindowPrivate::setupStatusBar()
74
{
Callers
1
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected