diff --git a/core/co.cpp b/core/co.cpp index 112ba7c..0558bbe 100644 --- a/core/co.cpp +++ b/core/co.cpp @@ -382,8 +382,8 @@ bool CO::copyFile(const QString &filePath, const QString &newPath) bool CO::removeFile(const QString &filePath) { qDebug() << "remove" << filePath; - //return QFile::remove(filePath); - return true; + return QFile::remove(filePath); +// return true; } bool CO::writeXML(const QString &filePath)