mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-29 06:25:24 -04:00
UEFIDump 0.1.0 for Windows
- Linux and OSX will be done in next commit
This commit is contained in:
parent
9045fc6cc0
commit
7bae8e040c
7 changed files with 135 additions and 112 deletions
|
@ -362,7 +362,7 @@ struct CBString : public tagbstring {
|
|||
int read (bNread readPtr, void * parm);
|
||||
|
||||
// QString compatibility methods
|
||||
CBString toLocal8Bit() { return *this; }
|
||||
CBString toLocal8Bit() const { return *this; }
|
||||
bool isEmpty() const { return slen == 0; }
|
||||
void clear() { *this = ""; }
|
||||
CBString left(int len) const { return midstr(0, len); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue