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-23 14:08:07 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-23 15:05:24 +0300
commit64668edd9aeec3f14ea4cc4d42e23cb323c5557e (patch)
treef09718357bef2aae6c5691a514bca155c1f4f667 /src/gui/folderman.h
parentdb53e290191bd651c0ad32ea4c7d2a7a5370926b (diff)
Fix last sync date for multiple accounts
Fixes: #8904
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index d3851dc6d..bb60bf142 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -45,7 +45,7 @@ class TrayOverallStatusResult
public:
QDateTime lastSyncDone;
- void addResult(const SyncResult &result);
+ void addResult(Folder *f);
const SyncResult &overallStatus() const;
private: