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

Method ~ProcessSelectionDialog

plugins/debuggercommon/dialogs/processselection.cpp:173–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173ProcessSelectionDialog::~ProcessSelectionDialog()
174{
175 KConfigGroup config = KSharedConfig::openConfig()->group(QStringLiteral("ProcessSelectionDialog"));
176 config.writeEntry("filterText", m_ui.filterEdit->text());
177 config.writeEntry("dialogGeometry", saveGeometry());
178 config.writeEntry("processOwner", static_cast<int>(m_sortModel->filterProcessOwner()));
179 config.writeEntry("headerState", m_ui.view->header()->saveState());
180 config.writeEntry("treeView", m_ui.buttonTree->isChecked());
181}
182
183long long ProcessSelectionDialog::pidSelected() const
184{

Callers

nothing calls this directly

Calls 5

writeEntryMethod · 0.80
filterProcessOwnerMethod · 0.80
saveStateMethod · 0.80
headerMethod · 0.80
textMethod · 0.45

Tested by

no test coverage detected