mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-28 14:04:47 -04:00
Port of latest descriptor handling changes from master
- added Skylake+ descriptor format support
This commit is contained in:
parent
d36951da88
commit
b8317ac4f2
4 changed files with 240 additions and 92 deletions
|
@ -17,7 +17,7 @@
|
|||
UEFITool::UEFITool(QWidget *parent) :
|
||||
QMainWindow(parent),
|
||||
ui(new Ui::UEFITool),
|
||||
version(tr("0.30.0_alpha8"))
|
||||
version(tr("0.30.0_alpha9"))
|
||||
{
|
||||
clipboard = QApplication::clipboard();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue