summaryrefslogtreecommitdiffstats
path: root/examples/webdavcommon/webdav.h
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-08-24 15:58:58 +0200
committerMinijackson <minijackson@riseup.net>2018-08-24 15:58:58 +0200
commita557698e81104405e0c64e3411deb8d910fa4559 (patch)
treee94bbed7f159c5ebae5c7ffc56bd4ee0da998f69 /examples/webdavcommon/webdav.h
parent723391bdb6b7810c321baf86c5ba015d33a9a07a (diff)
downloadsink-a557698e81104405e0c64e3411deb8d910fa4559.tar.gz
sink-a557698e81104405e0c64e3411deb8d910fa4559.zip
Optimize fetching DAV itemsoptimize-dav-item-fetch
Diffstat (limited to 'examples/webdavcommon/webdav.h')
-rw-r--r--examples/webdavcommon/webdav.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/webdavcommon/webdav.h b/examples/webdavcommon/webdav.h
index af6c47e..dcecfda 100644
--- a/examples/webdavcommon/webdav.h
+++ b/examples/webdavcommon/webdav.h
@@ -108,6 +108,8 @@ protected:
108 KDAV2::DavUrl serverUrl() const; 108 KDAV2::DavUrl serverUrl() const;
109 109
110private: 110private:
111 void updateLocalItemWrapper(const KDAV2::DavItem &item, const QByteArray &collectionLocalRid);
112
111 KDAV2::Protocol protocol; 113 KDAV2::Protocol protocol;
112 const QByteArray mCollectionType; 114 const QByteArray mCollectionType;
113 const QByteArray mEntityType; 115 const QByteArray mEntityType;