MCPcopy Create free account
hub / github.com/LongSoft/UEFITool / UEFIPatch

Method UEFIPatch

UEFIPatch/uefipatch.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include "uefipatch.h"
15
16UEFIPatch::UEFIPatch(QObject *parent) :
17 QObject(parent)
18{
19 ffsEngine = new FfsEngine(this);
20 model = ffsEngine->treeModel();
21}
22
23UEFIPatch::~UEFIPatch()
24{

Callers

nothing calls this directly

Calls 1

treeModelMethod · 0.80

Tested by

no test coverage detected