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

Method ~MainWindowPrivate

kdevplatform/sublime/mainwindow_p.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133MainWindowPrivate::~MainWindowPrivate()
134{
135 // create working copy as messages are auto-removing themselves from the hash on destruction
136 const auto messages = m_messageHash.keys();
137 qDeleteAll(messages);
138}
139
140void MainWindowPrivate::adaptToDockWidgetVisibilities()
141{

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected