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:
authorKlaas Freitag <freitag@owncloud.com>2016-03-22 11:58:30 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-03-22 11:58:30 +0300
commitd03fcc95e4d50d6978509bca6e7d01085375e917 (patch)
tree2e196afdf6cf9a65f6a4665eeefc4478f3cba7d6 /src/gui/activitywidget.h
parentd407aacc4aa1b4862e2ffa3b90b393af62decdae (diff)
Notifications: Maintain a timeSinceLastCheck for every Account.
In multi-account environment every account needs the own counter.
Diffstat (limited to 'src/gui/activitywidget.h')
-rw-r--r--src/gui/activitywidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index acbab0d8c..cf6d73202 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -142,7 +142,7 @@ private:
ProtocolWidget *_protocolWidget;
QProgressIndicator *_progressIndicator;
QTimer _notificationCheckTimer;
- QElapsedTimer _timeSinceLastCheck;
+ QHash<AccountState*, QElapsedTimer> _timeSinceLastCheck;
};
}