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

Method DevicePathProxyModel

src/devicepathproxymodel.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "devicepathproxymodel.h"
5
6DevicePathProxyModel::DevicePathProxyModel(QObject *parent)
7 : QAbstractListModel(parent)
8{
9}
10
11void DevicePathProxyModel::setBootEntryListModel(BootEntryListModel &model)
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected