From a557698e81104405e0c64e3411deb8d910fa4559 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 24 Aug 2018 15:58:58 +0200 Subject: Optimize fetching DAV items --- examples/webdavcommon/webdav.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/webdavcommon/webdav.h') 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: KDAV2::DavUrl serverUrl() const; private: + void updateLocalItemWrapper(const KDAV2::DavItem &item, const QByteArray &collectionLocalRid); + KDAV2::Protocol protocol; const QByteArray mCollectionType; const QByteArray mEntityType; -- cgit v1.2.3