MCPcopy 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
66void MainWindowPrivate::setupGui()
67{
68 m_statusBar = new KDevelop::StatusBar(m_mainWindow);
69 setupStatusBar();
70 m_isGuiSetUp = true;
71}
72
73void MainWindowPrivate::setupStatusBar()
74{

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected