mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 14:44:47 -04:00
Version 0.11.0
- UI reworked once again - Hex pattern and text string search implemented - Code slightly refactored
This commit is contained in:
parent
7d8b5fbc20
commit
bb6f58f509
26 changed files with 4697 additions and 4327 deletions
4
main.cpp
4
main.cpp
|
@ -20,6 +20,10 @@ int main(int argc, char *argv[])
|
|||
QApplication a(argc, argv);
|
||||
UEFITool w;
|
||||
|
||||
QCoreApplication::setOrganizationName("CodeRush");
|
||||
QCoreApplication::setOrganizationDomain("coderush.me");
|
||||
QCoreApplication::setApplicationName("UEFITool");
|
||||
|
||||
if (a.arguments().length() > 1)
|
||||
w.openImageFile(a.arguments().at(1));
|
||||
w.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue