Skip to content

Commit 7e53280

Browse files
committed
Do not display error message in the activity list when aborgint the sync.
Signed-off-by: allexzander <blackslayer4@gmail.com>
1 parent 1b98733 commit 7e53280

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libsync/syncengine.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,8 +1065,6 @@ void SyncEngine::abort()
10651065
// it can't finish and start the propagator
10661066
disconnect(_discoveryPhase.data(), nullptr, this, nullptr);
10671067
_discoveryPhase.take()->deleteLater();
1068-
1069-
Q_EMIT addErrorToGui(SyncFileItem::SoftError, tr("Synchronization has been aborted."), tr("It will resume shortly."));
10701068
qCInfo(lcEngine) << "Aborting sync in discovery...";
10711069
finalize(false);
10721070
}

0 commit comments

Comments
 (0)