mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
Monospace font setting moved to uefitool.cpp
This commit is contained in:
parent
d0280acfdc
commit
39e53719d4
4 changed files with 58 additions and 52 deletions
|
@ -1462,12 +1462,11 @@ UINT8 FfsEngine::parseSection(const QByteArray & section, QModelIndex & index, c
|
|||
// Get info for it
|
||||
QString signatureInfo = tr("Size: 0x%1").hexarg(signature.size(), 8);
|
||||
// Add it to the tree
|
||||
QModelIndex signatureIndex = model->addItem(Types::Padding, Subtypes::DataPadding, COMPRESSION_ALGORITHM_NONE, tr("Padding"), tr("Intel signature"), signatureInfo, QByteArray(), signature, QByteArray(), index, mode);
|
||||
model->addItem(Types::Padding, Subtypes::DataPadding, COMPRESSION_ALGORITHM_NONE, tr("Padding"), tr("Intel signature"), signatureInfo, QByteArray(), signature, QByteArray(), index, mode);
|
||||
|
||||
// Get internal lzma section data
|
||||
QByteArray lzmaSection = body.mid(signature.size());
|
||||
// Parse internal section
|
||||
QModelIndex lzmaSectionIndex;
|
||||
// Parse internal sections
|
||||
result = parseSections(lzmaSection, index);
|
||||
if (result)
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue