Version 0.6.0

- Debug window upgrade
- Volume grow for non-root volumes
- Minor bugfix
This commit is contained in:
Nikolaj Schlej 2013-11-15 11:48:14 +01:00
parent 6ff5119048
commit 3c90bc4a61
12 changed files with 368 additions and 200 deletions

View file

@ -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