| 17 | } |
| 18 | |
| 19 | void HotKeysDialog::refreshBootOptions(const BootEntryListModel &model) |
| 20 | { |
| 21 | ui->hot_keys->refreshBootOptions(model); |
| 22 | } |
| 23 | |
| 24 | void HotKeysDialog::setIndexFilter(int index) |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected