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/owncloudgui.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/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index d609bcdb7..72b3657d3 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -44,7 +44,6 @@ public:
explicit ownCloudGui(Application *parent = 0);
void setupContextMenu();
- void setConnectionErrors(bool connected , const QStringList &fails);
bool checkAccountExists(bool openSettings);
@@ -110,8 +109,6 @@ private:
QSignalMapper *_recentItemsMapper;
Application *_app;
-
- QStringList _startupFails;
};
} // namespace OCC