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