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:
authorJocelyn Turcotte <jturcotte@woboq.com>2016-01-06 12:56:07 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2016-01-06 14:37:35 +0300
commita63ebe09049c3f8108bd7af8126192583ee33ee6 (patch)
treed881fd8c5f7727dde5d816988335d41d75e7a0e7 /src/gui/folderstatusdelegate.h
parentef9483c82d111464e67291cd134beef99d0afcfc (diff)
Bring back the red box for errors #3796
This use the previous code by resetting the progress to hide the progress back and then return errors in the FolderErrorMsg data role of the folder model. This also remove the unused FolderRemotePath role, remove FolderStatus in favor of invalidating all roles in dataChanged and make sure that the SyncRunning role is transfered properly from the SyncResult to show the warning icon during sync.
Diffstat (limited to 'src/gui/folderstatusdelegate.h')
-rw-r--r--src/gui/folderstatusdelegate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/folderstatusdelegate.h b/src/gui/folderstatusdelegate.h
index b299a30fe..59acc87ae 100644
--- a/src/gui/folderstatusdelegate.h
+++ b/src/gui/folderstatusdelegate.h
@@ -33,8 +33,6 @@ public:
HeaderRole,
FolderPathRole,
FolderSecondPathRole,
- FolderRemotePath,
- FolderStatus,
FolderErrorMsg,
FolderSyncPaused,
FolderStatusIconRole,