mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-30 06:55:18 -04:00
Version 0.6.0
- Debug window upgrade - Volume grow for non-root volumes - Minor bugfix
This commit is contained in:
parent
6ff5119048
commit
3c90bc4a61
12 changed files with 368 additions and 200 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <QUrl>
|
||||
|
||||
#include "basetypes.h"
|
||||
#include "ffs.h"
|
||||
#include "ffsengine.h"
|
||||
|
||||
namespace Ui {
|
||||
|
@ -58,6 +59,7 @@ private slots:
|
|||
void insertAfter();
|
||||
void replace();
|
||||
void remove();
|
||||
void scrollTreeView(QListWidgetItem* item);
|
||||
|
||||
private:
|
||||
Ui::UEFITool * ui;
|
||||
|
@ -66,6 +68,7 @@ private:
|
|||
|
||||
void dragEnterEvent(QDragEnterEvent* event);
|
||||
void dropEvent(QDropEvent* event);
|
||||
void showDebugMessage();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue