diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 15:41:55 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 20:00:37 +0200 |
commit | 96740b5c1364f3ef4a32110ea98dde6128e922fc (patch) | |
tree | 675f8d7eb7bd717e2b7ae92cf0931263ec97ae0a /examples/webdavcommon/webdav.h | |
parent | dacf52300b389c9ab2a6141423962202b84da6d8 (diff) | |
download | sink-96740b5c1364f3ef4a32110ea98dde6128e922fc.tar.gz sink-96740b5c1364f3ef4a32110ea98dde6128e922fc.zip |
Cleanup
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 ecb6a81..813da60 100644 --- a/examples/webdavcommon/webdav.h +++ b/examples/webdavcommon/webdav.h | |||
@@ -112,6 +112,6 @@ private: | |||
112 | const QByteArray collectionName; | 112 | const QByteArray collectionName; |
113 | const QByteArray itemName; | 113 | const QByteArray itemName; |
114 | 114 | ||
115 | QUrl server; | 115 | QUrl mServer; |
116 | QString username; | 116 | QString mUsername; |
117 | }; | 117 | }; |