mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 21:44:24 -04:00
UEFITool 0.18.5
- solved compilation problems with strict C99 mode for C files - solved a bug in insert/replace applied to raw files introduced in 0.18.0 - added "Copy All" action for messages
This commit is contained in:
parent
534f01fcd5
commit
41243f6d25
5 changed files with 39 additions and 12 deletions
|
@ -79,7 +79,8 @@ public:
|
|||
void remove();
|
||||
|
||||
void copyMessage();
|
||||
void enableMessagesCopyAction(QListWidgetItem* item);
|
||||
void copyAllMessages();
|
||||
void enableMessagesCopyActions(QListWidgetItem* item);
|
||||
void clearMessages();
|
||||
|
||||
void about();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue