| 9 | } |
| 10 | |
| 11 | void DevicePathProxyModel::setBootEntryListModel(BootEntryListModel &model) |
| 12 | { |
| 13 | boot_entry_list_model = &model; |
| 14 | } |
| 15 | |
| 16 | void DevicePathProxyModel::setBootEntryItem(const QModelIndex &index, const BootEntry *item) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected