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>2016-04-28 10:18:38 +0300
committerChristian Kamm <mail@ckamm.de>2016-04-28 10:29:07 +0300
commit074f8eadb19a0a57639b3deb19d0c759fe20758b (patch)
tree8bf8c83e6c4e33ad9d0b75e7cfcbf0ac3bd40530 /src/gui/selectivesyncdialog.cpp
parent6a51ae5b1b0efc858c9dcc6e0d184a9cace88a07 (diff)
Selective sync: Sort folders in FolderStatusModel #4612
Diffstat (limited to 'src/gui/selectivesyncdialog.cpp')
-rw-r--r--src/gui/selectivesyncdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp
index abc981817..b3e6203d1 100644
--- a/src/gui/selectivesyncdialog.cpp
+++ b/src/gui/selectivesyncdialog.cpp
@@ -222,6 +222,7 @@ void SelectiveSyncTreeView::slotUpdateDirectories(QStringList list)
}
}
+ list.sort();
foreach (QString path, list) {
auto size = job ? job->_sizes.value(path) : 0;
path.remove(pathToRemove);