summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-09-22 15:01:02 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-09-24 16:16:30 +0200
commitec3183754ead692ee40bdf2887fe65914de1ed7f (patch)
treefa2bd896c3f6f544dd375d2dc508c2394aa8e483
parent3f38c7650e6d76fe5e6fd6d8f2f3174af0c2e176 (diff)
downloadqtlocation-mapboxgl-ec3183754ead692ee40bdf2887fe65914de1ed7f.tar.gz
move cocoa nsurlrequest code to common folder
-rw-r--r--common/http_request_baton_cocoa.mm (renamed from src/storage/http_request_baton_darwin.mm)0
-rw-r--r--macosx/mapboxgl-app.gyp2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/http_request_baton_darwin.mm b/common/http_request_baton_cocoa.mm
index eaf75ad4d1..eaf75ad4d1 100644
--- a/src/storage/http_request_baton_darwin.mm
+++ b/common/http_request_baton_cocoa.mm
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp
index f673d68f0f..110924e1ea 100644
--- a/macosx/mapboxgl-app.gyp
+++ b/macosx/mapboxgl-app.gyp
@@ -15,7 +15,7 @@
'../common/platform_nsstring.mm',
'../common/glfw_view.hpp',
'../common/glfw_view.cpp',
- '../src/storage/http_request_baton_darwin.mm',
+ '../common/http_request_baton_cocoa.mm',
'../common/nslog_log.hpp',
'../common/nslog_log.mm',
],