mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 16:08:23 +08:00
parent
2d932da1f3
commit
a73c535ca2
@ -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…
Reference in New Issue
Block a user