Fix logging
This commit is contained in:
@@ -149,6 +149,7 @@ public:
|
|||||||
QFile file(info.absoluteFilePath());
|
QFile file(info.absoluteFilePath());
|
||||||
if (index > 50) {
|
if (index > 50) {
|
||||||
file.remove();
|
file.remove();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
const QString newName = filePath + QStringLiteral(".%1").arg(index + 1);
|
const QString newName = filePath + QStringLiteral(".%1").arg(index + 1);
|
||||||
const bool success = file.copy(newName);
|
const bool success = file.copy(newName);
|
||||||
|
|||||||
Reference in New Issue
Block a user