| 298 | } |
| 299 | |
| 300 | void CheckSetManageWidget::onEnabledChecksChanged(const QString& selection) |
| 301 | { |
| 302 | const int selectedCheckSetSelectionIndex = m_ui.checkSetSelect->currentIndex(); |
| 303 | m_checkSetSelectionListModel->setSelection(selectedCheckSetSelectionIndex, selection); |
| 304 | } |
| 305 | |
| 306 | } |
| 307 |
nothing calls this directly
no test coverage detected