diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-17 20:21:53 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-17 20:21:53 +0200 |
commit | e2d079fe6ab395558360a94cf383e7cecd17ed5b (patch) | |
tree | 0ec87ced03aa3db9e31d81c99ed67a23835ca9ad /examples/webdavcommon/webdav.h | |
parent | e684891d0792d803cea103f3a23fb054807ab67f (diff) | |
download | sink-e2d079fe6ab395558360a94cf383e7cecd17ed5b.tar.gz sink-e2d079fe6ab395558360a94cf383e7cecd17ed5b.zip |
Members start with m
Diffstat (limited to 'examples/webdavcommon/webdav.h')
-rw-r--r-- | examples/webdavcommon/webdav.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webdavcommon/webdav.h b/examples/webdavcommon/webdav.h index 813da60..af6c47e 100644 --- a/examples/webdavcommon/webdav.h +++ b/examples/webdavcommon/webdav.h | |||
@@ -109,8 +109,8 @@ protected: | |||
109 | 109 | ||
110 | private: | 110 | private: |
111 | KDAV2::Protocol protocol; | 111 | KDAV2::Protocol protocol; |
112 | const QByteArray collectionName; | 112 | const QByteArray mCollectionType; |
113 | const QByteArray itemName; | 113 | const QByteArray mEntityType; |
114 | 114 | ||
115 | QUrl mServer; | 115 | QUrl mServer; |
116 | QString mUsername; | 116 | QString mUsername; |