MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~ MainWindow

Method ~ MainWindow

kdevplatform/shell/mainwindow.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130MainWindow::~ MainWindow()
131{
132 if (memberList().count() == 1) {
133 // We're closing down...
134 Core::self()->shutdown();
135 }
136
137 delete d_ptr;
138}
139
140KTextEditorIntegration::MainWindow *MainWindow::kateWrapper() const
141{

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
shutdownMethod · 0.45

Tested by

no test coverage detected