summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-10-21 17:24:44 -0700
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-04-20 20:55:51 +0300
commit029f9f088331fa0d04a9b75a7dbdae773f749f47 (patch)
tree265e2f2619804164731a7a1158f3accfc4e28f3b /src/mbgl/storage
parente93d51c922a0d55b6f40b07185452dc54151736d (diff)
downloadqtlocation-mapboxgl-029f9f088331fa0d04a9b75a7dbdae773f749f47.tar.gz
[Qt] Introduce the Qt HTTPRequest and HTTPFileSource
Diffstat (limited to 'src/mbgl/storage')
-rw-r--r--src/mbgl/storage/http_file_source.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/storage/http_file_source.hpp b/src/mbgl/storage/http_file_source.hpp
index 5e306dbfc5..60d37f1a14 100644
--- a/src/mbgl/storage/http_file_source.hpp
+++ b/src/mbgl/storage/http_file_source.hpp
@@ -14,9 +14,9 @@ public:
static uint32_t maximumConcurrentRequests();
-private:
- friend class HTTPRequest;
class Impl;
+
+private:
std::unique_ptr<Impl> impl;
};