| 238 | } |
| 239 | |
| 240 | void VariableChooserPrivate::updateDescription(const QModelIndex &index, const QModelIndex &) |
| 241 | { |
| 242 | variableDescription->setText(model.data(sortModel->mapToSource(index), |
| 243 | CurrentValueDisplayRole) |
| 244 | .toString()); |
| 245 | } |
| 246 | |
| 247 | void VariableChooserPrivate::updateFilter(const QString &filter) |
| 248 | { |
nothing calls this directly
no test coverage detected