MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / setBootEntryListModel

Method setBootEntryListModel

src/devicepathproxymodel.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void DevicePathProxyModel::setBootEntryListModel(BootEntryListModel &model)
12{
13 boot_entry_list_model = &model;
14}
15
16void DevicePathProxyModel::setBootEntryItem(const QModelIndex &index, const BootEntry *item)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected