delTree has been replaced by QDir::removeRecursively() (Qt5) (Qt4 support has been dropped)

This commit is contained in:
Luis Ángel San Martín
2014-10-22 21:34:57 +02:00
parent e9a487db5e
commit 463aae7b8a
4 changed files with 5 additions and 34 deletions

View File

@ -99,7 +99,8 @@ void LibraryCreator::processLibrary(const QString & source, const QString & targ
if(DataBaseManagement::checkValidDB(target+"/library.ydb")=="")
{
//se limpia el directorio ./yacreaderlibrary
delTree(target);
QDir d(target);
d.removeRecursively();
_mode = CREATOR;
}
else //