mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix typo
This commit is contained in:
parent
eccd12923b
commit
bc67756ff6
@ -87,7 +87,7 @@ void CSyncFolder::slotCSyncFinished()
|
||||
SyncResult res(SyncResult::Success);
|
||||
if( _csyncError ) {
|
||||
res.setStatus( SyncResult::Error );
|
||||
res.setErrorString( _errors.join(QLatin1String("\\n")));
|
||||
res.setErrorString( _errors.join(QLatin1String("\n")));
|
||||
}
|
||||
emit syncFinished( res );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user