mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 14:44:47 -04:00
Version 0.7.0
- Attempt to solve bug with file resize - Solved bug with descriptor reconstruction - Intel image parsing method changed
This commit is contained in:
parent
3c90bc4a61
commit
1c005d5025
7 changed files with 432 additions and 85 deletions
|
@ -18,6 +18,8 @@ QString regionTypeToQString(const UINT8 type)
|
|||
{
|
||||
switch (type)
|
||||
{
|
||||
case TreeItem::DescriptorRegion:
|
||||
return QObject::tr("Descriptor");
|
||||
case TreeItem::GbeRegion:
|
||||
return QObject::tr("GbE");
|
||||
case TreeItem::MeRegion:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue