[Pkg-owncloud-commits] [owncloud-client] 109/120: Selective Sync dialog: add the quota-used-bytes to the request
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 0638f99b79c5ff5d9e7e491e8ba8b7cbec4b1237
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Aug 18 12:25:55 2015 +0200
Selective Sync dialog: add the quota-used-bytes to the request
Mentioned in https://github.com/owncloud/client/issues/3524#issuecomment-132144532
---
src/gui/selectivesyncdialog.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp
index 251b1c1..fad1b3a 100644
--- a/src/gui/selectivesyncdialog.cpp
+++ b/src/gui/selectivesyncdialog.cpp
@@ -229,6 +229,7 @@ void SelectiveSyncTreeView::slotItemExpanded(QTreeWidgetItem *item)
prefix = _folderPath + QLatin1Char('/');
}
LsColJob *job = new LsColJob(_account, prefix + dir, this);
+ job->setProperties(QList<QByteArray>() << "resourcetype" << "quota-used-bytes");
connect(job, SIGNAL(directoryListingSubfolders(QStringList)),
SLOT(slotUpdateDirectories(QStringList)));
job->start();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list