mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-29 06:25:24 -04:00
Implement local offsets
This commit is contained in:
parent
be2cdc7dfe
commit
afce02430a
16 changed files with 280 additions and 269 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
TreeItem *parent() { return parentItem; }
|
||||
|
||||
// Getters and setters for item parameters
|
||||
UINT32 offset() const { return itemOffset; }
|
||||
UINT32 offset() const { return itemOffset; }
|
||||
void setOffset(const UINT32 offset) { itemOffset = offset; }
|
||||
|
||||
UINT8 type() const { return itemType; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue