mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
parent
2d932da1f3
commit
a73c535ca2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ STATUS FfsDumper::recursiveDump(const QModelIndex & index, const QString & path,
|
|||
file.close();
|
||||
}
|
||||
|
||||
QString info = QObject::tr("Type: %1\nSubtype: %2\n%3%4")
|
||||
QString info = QObject::tr("Type: %1\nSubtype: %2\n%3%4\n")
|
||||
.arg(itemTypeToQString(model->type(index)))
|
||||
.arg(itemSubtypeToQString(model->type(index), model->subtype(index)))
|
||||
.arg(model->text(index).isEmpty() ? QObject::tr("") : QObject::tr("Text: %1\n").arg(model->text(index)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue