This commit is contained in:
Daniel Molkentin 2012-12-04 17:47:44 +01:00
parent eccd12923b
commit bc67756ff6

View file

@ -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 );
}