Fix instance import fr this time
This commit is contained in:
parent
bce5a8df35
commit
0a9801fb20
@ -246,7 +246,7 @@ std::pair<QString, QString> MMCZip::findFolderOfFileInZip(QuaZip * zip, QSet<con
|
|||||||
}
|
}
|
||||||
for(auto fileName: rootDir.entryList(QDir::Dirs))
|
for(auto fileName: rootDir.entryList(QDir::Dirs))
|
||||||
{
|
{
|
||||||
pathsToTraverse.push_back(root);
|
pathsToTraverse.push_back(rootDir.path() + fileName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {QString(), QString()};
|
return {QString(), QString()};
|
||||||
|
Loading…
Reference in New Issue
Block a user