MCPcopy Create free account
hub / github.com/KDE/kdevelop / selectionChanged

Method selectionChanged

plugins/debuggercommon/dialogs/processselection.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void ProcessSelectionDialog::selectionChanged(const QItemSelection& newSelection,
190 const QItemSelection& /*oldSelection*/)
191{
192 m_attachButton->setEnabled(!newSelection.isEmpty());
193}
194
195void ProcessSelectionDialog::onProcessesComboActivated(int index)
196{

Callers

nothing calls this directly

Calls 2

setEnabledMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected