mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-12 22:26:13 -04:00
Add support for x86 recovery startup AP data entries in special padding files
This commit is contained in:
parent
06653d024b
commit
a4a455d0ff
7 changed files with 485 additions and 439 deletions
|
@ -67,7 +67,7 @@ UString uniqueItemName(const UModelIndex & index)
|
|||
{
|
||||
// Sanity check
|
||||
if (!index.isValid())
|
||||
return UString("Invalid_index");
|
||||
return UString("InvalidIndex");
|
||||
|
||||
// Get model from index
|
||||
const TreeModel* model = (const TreeModel*)index.model();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue