Fix logging

This commit is contained in:
Tobias Fella
2023-06-12 13:33:38 +02:00
parent 7527fd47cd
commit ea99c26556

View File

@@ -149,6 +149,7 @@ public:
QFile file(info.absoluteFilePath());
if (index > 50) {
file.remove();
continue;
}
const QString newName = filePath + QStringLiteral(".%1").arg(index + 1);
const bool success = file.copy(newName);