| 119 | } |
| 120 | |
| 121 | void ModelPickerDialog::updatePendingSelection() |
| 122 | { |
| 123 | if (m_pendingSelection != qNullSelection()) |
| 124 | setCurrentIndex(m_pendingSelection.first, m_pendingSelection.second); |
| 125 | } |
nothing calls this directly
no test coverage detected