mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-20 10:15:21 -04:00
Version 0.5.0
- Minor bugs corrected - Implemented section insertion - Replace temporary removed
This commit is contained in:
parent
4a61fcd9d9
commit
6ff5119048
9 changed files with 190 additions and 161 deletions
|
@ -162,14 +162,14 @@ QVariant TreeItem::data(int column) const
|
|||
{
|
||||
switch(column)
|
||||
{
|
||||
case 0: //Action
|
||||
case 0: //Name
|
||||
return itemName;
|
||||
case 1: //Action
|
||||
if (itemAction == TreeItem::Remove)
|
||||
return "X";
|
||||
if (itemAction == TreeItem::Reconstruct)
|
||||
return "R";
|
||||
return QVariant();
|
||||
case 1: //Name
|
||||
return itemName;
|
||||
case 2: //Type
|
||||
return itemTypeName;
|
||||
case 3: //Subtype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue