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:
authorChristian Kamm <kamm@incasoftware.de>2015-07-01 13:30:18 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-07-01 15:53:07 +0300
commit8aeb3cc8d20ae18492c4316a6d3067c303508af2 (patch)
tree8c55c899edf141930f5bac7088deadd15cdeea16 /src/gui/accountstate.h
parent2fa00168cf05a6f1783b41c3b107d23139eaaf72 (diff)
Improve account connectivity tooltips. #3200
* Show connection errors for all failing accounts in the tooltip. * Don't hide the 'service unavailable' state. We don't want intrusive pop ups, but we don't want to pretend we're syncing when we aren't. * Show sync-running icon also for SyncPrepare state. In my tests I very rarely saw the sync-running icon before.
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index b778dda59..d7eaf4f2b 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -74,7 +74,7 @@ public:
static QString connectionStatusString(ConnectionStatus status);
State state() const;
- static QString stateString(State status);
+ static QString stateString(State state);
bool isSignedOut() const;
void setSignedOut(bool signedOut);