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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-04-21 19:28:01 +0300
committerHannah von Reth <vonreth@kde.org>2021-04-26 15:45:15 +0300
commite8113d023d0d7658926f7b9bad78a6fbdd965fb7 (patch)
treef6742ef394cc87023b8d0c405c2ea7f907a9106a /src/gui/quotainfo.cpp
parentc07df51fbd52c6176cdb648e9314df08099904b6 (diff)
Unify PropfindJob and LsColJob
Diffstat (limited to 'src/gui/quotainfo.cpp')
-rw-r--r--src/gui/quotainfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/quotainfo.cpp b/src/gui/quotainfo.cpp
index 0368eefbe..30adb7cb6 100644
--- a/src/gui/quotainfo.cpp
+++ b/src/gui/quotainfo.cpp
@@ -106,7 +106,7 @@ void QuotaInfo::slotCheckQuota()
_job->start();
}
-void QuotaInfo::slotUpdateLastQuota(const QVariantMap &result)
+void QuotaInfo::slotUpdateLastQuota(const QMap<QString, QString> &result)
{
// The server can return fractional bytes (#1374)
// <d:quota-available-bytes>1374532061.2</d:quota-available-bytes>