diff options
Diffstat (limited to 'examples/webdavcommon/webdav.h')
-rw-r--r-- | examples/webdavcommon/webdav.h | 2 |
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 | ||
110 | private: | 110 | private: |
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; |