Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
UEFIPatch::UEFIPatch(QObject *parent) :
17
QObject(parent)
18
{
19
ffsEngine = new FfsEngine(this);
20
model = ffsEngine->treeModel();
21
}
22
23
UEFIPatch::~UEFIPatch()
24
{
Callers
nothing calls this directly
Calls
1
treeModel
Method · 0.80
Tested by
no test coverage detected