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 <mail@ckamm.de>2017-10-06 12:54:16 +0300
committerckamm <mail@ckamm.de>2017-10-09 15:14:31 +0300
commit92e90f9c554a72b6fa88a47c9865af4a41dfc797 (patch)
treee4bd671e61bd50322282e9d222b984eae82330e4 /src/gui/owncloudgui.h
parent3eb2642b11028463905326e5bb6e700db79b242e (diff)
Context menu: More detailed status messages
Previously it could only display synchronization progress or "up to date". Now it also communicates the same overall state that the icon shows. See owncloud/enterprise#2134
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index da4ae38a2..d1b60ae0e 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -98,7 +98,6 @@ public slots:
void slotRemoveDestroyedShareDialogs();
private slots:
- void slotDisplayIdle();
void slotLogin();
void slotLogout();
void slotUnpauseAllFolders();