Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-02 16:57:59 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-06 14:38:17 +0300
commit39b636011e51ce773d0def5d45a5d60e1efd11b4 (patch)
treeb7160809e967fd6000aefa9fa3806383b71d81a0 /src/gui/folderman.cpp
parentb85ec4b389b8e33ce99111b92b7188b0d521adc6 (diff)
Count ignored errors
Diffstat (limited to 'src/gui/folderman.cpp')
-rw-r--r--src/gui/folderman.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index 432505fd0..622d44383 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -46,6 +46,7 @@ void TrayOverallStatusResult::addResult(const SyncResult &result)
{
_overallStatus._numNewConflictItems += result._numNewConflictItems;
_overallStatus._numErrorItems += result._numErrorItems;
+ _overallStatus._numBlacklistErrors += result._numBlacklistErrors;
switch (result.status()) {
case SyncResult::Success: