mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-04 17:03:45 -04:00
NE Alpha 40
This commit is contained in:
parent
7b18f346dd
commit
0f0bc32a42
25 changed files with 2012 additions and 137 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "../common/ffsparser.h"
|
||||
#include "../common/ffsops.h"
|
||||
#include "../common/ffsbuilder.h"
|
||||
#include "../common/guiddatabase.h"
|
||||
|
||||
#include "searchdialog.h"
|
||||
#include "gotooffsetdialog.h"
|
||||
|
@ -110,6 +111,8 @@ private slots:
|
|||
void exit();
|
||||
void writeSettings();
|
||||
|
||||
void loadGuidDatabase();
|
||||
|
||||
void currentTabChanged(int index);
|
||||
|
||||
private:
|
||||
|
@ -124,6 +127,7 @@ private:
|
|||
GoToOffsetDialog* goToOffsetDialog;
|
||||
QClipboard* clipboard;
|
||||
QString currentDir;
|
||||
QString currentPath;
|
||||
QString currentProgramPath;
|
||||
const QString version;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue