UEFIExtract 0.2.1

- removed unneeded header file from uefiextract.pro
This commit is contained in:
Nikolaj Schlej 2014-05-03 16:53:27 +02:00
parent 9bdd91bf19
commit 59ff67acd7
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,6 @@ HEADERS += uefiextract.h \
../ffsengine.h \
../treeitem.h \
../treemodel.h \
../messagelistitem.h \
../LZMA/LzmaCompress.h \
../LZMA/LzmaDecompress.h \
../Tiano/EfiTianoDecompress.h \

View File

@ -3197,3 +3197,4 @@ UINT8 FfsEngine::dump(const QModelIndex & index, const QString path)
return ERR_SUCCESS;
}