1
0
Fork 0
mirror of https://github.com/LongSoft/UEFITool.git synced 2025-05-31 15:28:21 -04:00

UT 0.21.5 /UP 0.3.9 untested

- fixed various crashes reported in 
- changes aren't tested yet, please don't use until  is fixed
This commit is contained in:
Nikolaj Schlej 2015-11-12 09:37:38 +01:00
parent 7ebbc58b9b
commit 19cc031244
5 changed files with 181 additions and 27 deletions

View file

@ -17,7 +17,7 @@
UEFITool::UEFITool(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::UEFITool),
version(tr("0.21.4"))
version(tr("0.21.5"))
{
clipboard = QApplication::clipboard();