| 389 | } |
| 390 | |
| 391 | QModelIndex MultiLevelListView::currentIndex() const |
| 392 | { |
| 393 | Q_D(const MultiLevelListView); |
| 394 | |
| 395 | return d->mapToSource(d->views.last()->currentIndex()); |
| 396 | } |
| 397 | |
| 398 | void MultiLevelListView::setCurrentIndex(const QModelIndex& index) |
| 399 | { |
no test coverage detected