Commit f6684fc7 authored by Ivan Ilin's avatar Ivan Ilin

a little fix caused reverting quazip version

parent 2c015583
......@@ -158,7 +158,6 @@ QString UBImportCFF::expandFileToDir(const QFile& pZipFile, const QString& pDir)
qWarning() << "Import failed. Couse: failed to create temp folder for cff package";
}
QStringList lst = zip.getFileNameList();
QFile out;
char c;
for(bool more=zip.goToFirstFile(); more; more=zip.goToNextFile()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment