summaryrefslogtreecommitdiff
path: root/platform/qt/include/qmapboxgl.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-08-25 18:18:05 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-08-26 15:52:16 +0300
commit9605cac3e979f73f7d09d580cbf1087e251f1b49 (patch)
tree6c66411c1f66ede5c9e1395ea7635dcdb6c6e109 /platform/qt/include/qmapboxgl.hpp
parente9a453271bbc782b0b123999bde7160956a1841f (diff)
downloadqtlocation-mapboxgl-9605cac3e979f73f7d09d580cbf1087e251f1b49.tar.gz
[Qt] setStyleURL and setStyleJSON name review
Qt uses URL as Url and JSON as Json.
Diffstat (limited to 'platform/qt/include/qmapboxgl.hpp')
-rw-r--r--platform/qt/include/qmapboxgl.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp
index a48073f19b..84e5ba5184 100644
--- a/platform/qt/include/qmapboxgl.hpp
+++ b/platform/qt/include/qmapboxgl.hpp
@@ -119,11 +119,11 @@ public:
void cycleDebugOptions();
- QString styleJSON() const;
- QString styleURL() const;
+ QString styleJson() const;
+ QString styleUrl() const;
- void setStyleJSON(const QString &);
- void setStyleURL(const QString &);
+ void setStyleJson(const QString &);
+ void setStyleUrl(const QString &);
double latitude() const;
void setLatitude(double latitude);