Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-10-10 14:24:41 +0300
committerckamm <mail@ckamm.de>2017-10-11 10:06:23 +0300
commit01c2ffe2ae394c4282475eceaf3febdc4d76c731 (patch)
tree6a3f9cc95bf005ac285cc2fd458fda5e00e8b4b7 /test/syncenginetestutils.h
parent92e90f9c554a72b6fa88a47c9865af4a41dfc797 (diff)
PropagateDownload: Read Content-md5 header #6088
Diffstat (limited to 'test/syncenginetestutils.h')
-rw-r--r--test/syncenginetestutils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h
index e061de222..5d4d467f3 100644
--- a/test/syncenginetestutils.h
+++ b/test/syncenginetestutils.h
@@ -597,6 +597,9 @@ public:
size -= len;
return len;
}
+
+ // useful to be public for testing
+ using QNetworkReply::setRawHeader;
};