mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-28 14:04:47 -04:00
Fix error: extra qualification 'UEFIFind::' on member 'guidToQString'.
This commit is contained in:
parent
ba413c3a0f
commit
0ef59f62cc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
UINT8 findFileRecursive(const QModelIndex index, const QString & hexPattern, const UINT8 mode, QSet<QPair<QModelIndex, QModelIndex> > & files);
|
UINT8 findFileRecursive(const QModelIndex index, const QString & hexPattern, const UINT8 mode, QSet<QPair<QModelIndex, QModelIndex> > & files);
|
||||||
QString UEFIFind::guidToQString(const UINT8* guid);
|
QString guidToQString(const UINT8* guid);
|
||||||
|
|
||||||
FfsEngine* ffsEngine;
|
FfsEngine* ffsEngine;
|
||||||
TreeModel* model;
|
TreeModel* model;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue