Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Llorente <javier@opensuse.org>2019-01-23 01:16:57 +0300
committerJavier Llorente <javier@opensuse.org>2019-01-23 01:16:57 +0300
commitcbc19e86fbd2275cb66d6744730675c7f92cd215 (patch)
tree8db23ab22d0d1d71ee395dcb49af507680546477 /src/gui/folderstatusdelegate.h
parent198b95676af86ae7effa9134f2848b7dd0bac7d4 (diff)
Add sync date next to "Synchronized with local folder"
Diffstat (limited to 'src/gui/folderstatusdelegate.h')
-rw-r--r--src/gui/folderstatusdelegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/folderstatusdelegate.h b/src/gui/folderstatusdelegate.h
index 2879bdb5e..b4902abf0 100644
--- a/src/gui/folderstatusdelegate.h
+++ b/src/gui/folderstatusdelegate.h
@@ -44,6 +44,7 @@ public:
SyncProgressItemString,
WarningCount,
SyncRunning,
+ SyncDate,
AddButton // 1 = enabled; 2 = disabled
};