summaryrefslogtreecommitdiffstats
path: root/examples/webdavcommon/webdav.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webdavcommon/webdav.h')
-rw-r--r--examples/webdavcommon/webdav.h4
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};