tree: Move to Qt6

Tá an tiomantas seo le fáil i:
2024-05-20 19:14:40 +02:00
tuismitheoir cd98fe1fbb
tiomantas abb05aac62
D'athraigh 19 comhad le 62 breiseanna agus 52 scriosta

Féach ar an gComhad

@ -110,7 +110,7 @@ void IndexSyncer::sync()
if(!this->fileSaverOptions.keepGoing)
{
QString errorMsg = QString("Failed to update all files selected for updating in this batch. Updated") +
updatedFilesCount + "out of" + shouldHaveUpdatedCount + "selected for updating";
QString::number(updatedFilesCount) + "out of" + QString::number(shouldHaveUpdatedCount) + "selected for updating";
emit error(errorMsg);
emit finished(totalUpdatesFilesCount, totalDeletedFilesCount, totalErroredFilesCount);
}