Previously fatal error texts were duplicated: Once they entered the
SyncResult via the SyncFileItem and once via syncError().
syncError is intended for folder-wide sync issues that are not pinned
to particular files. Thus that duplicated path is removed.
For #5088
{
_progressInfo->setProgressComplete(*item);
- if (item->_status == SyncFileItem::FatalError) {
- syncError(item->_errorString);
- }
-
emit transmissionProgress(*_progressInfo);
emit itemCompleted(item);
}