MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / DeviceModel

Method DeviceModel

src/model/DeviceModel.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <QDate>
10
11DeviceModel::DeviceModel(QObject *parent)
12 : QAbstractItemModel(parent),
13 m_root(new Node{RootNode, {}, {}, nullptr, {}, nullptr}) {
14 loadDisabledModules();
15}
16
17DeviceModel::~DeviceModel() {
18 delete m_root;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected