mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-24 20:14:39 -04:00
Move fitParser to ffsParser
- required to set fixed properly
This commit is contained in:
parent
feb74c3299
commit
59a6f298ee
14 changed files with 244 additions and 348 deletions
|
@ -38,7 +38,6 @@
|
|||
#include "../common/utility.h"
|
||||
#include "../common/ffs.h"
|
||||
#include "../common/ffsparser.h"
|
||||
#include "../common/fitparser.h"
|
||||
#include "../common/ffsops.h"
|
||||
#include "../common/ffsbuilder.h"
|
||||
|
||||
|
@ -109,7 +108,6 @@ private:
|
|||
Ui::UEFITool* ui;
|
||||
TreeModel* model;
|
||||
FfsParser* ffsParser;
|
||||
FitParser* fitParser;
|
||||
FfsFinder* ffsFinder;
|
||||
FfsOperations* ffsOps;
|
||||
FfsBuilder* ffsBuilder;
|
||||
|
@ -128,7 +126,6 @@ private:
|
|||
void readSettings();
|
||||
void showParserMessages();
|
||||
void showFinderMessages();
|
||||
void showFitMessages();
|
||||
void showFitTable();
|
||||
void showBuilderMessages();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue