| 121 | } |
| 122 | |
| 123 | void BootEntryListView::selectionChanged(const QItemSelection &selection, const QItemSelection &) |
| 124 | { |
| 125 | QModelIndex index; |
| 126 | if(!selection.indexes().isEmpty()) |
| 127 | index = selection.indexes().first(); |
| 128 | |
| 129 | Q_EMIT selected(index); |
| 130 | } |