mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-18 00:54:47 -04:00
Attempt to workaround #137
This commit is contained in:
parent
4bb759780f
commit
c4567dcffc
2 changed files with 18 additions and 3 deletions
|
@ -95,7 +95,7 @@ public:
|
|||
UINT8 replace(const QModelIndex & index, const QByteArray & object, const UINT8 mode);
|
||||
UINT8 remove(const QModelIndex & index);
|
||||
UINT8 rebuild(const QModelIndex & index);
|
||||
UINT8 doNotRebuild(const QModelIndex & index);
|
||||
UINT8 doNotRebuild(const QModelIndex & index);
|
||||
UINT8 dump(const QModelIndex & index, const QString & path, const QString & filter = QString());
|
||||
UINT8 patch(const QModelIndex & index, const QVector<PatchData> & patches);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue